Skip to content

Commit 6ef99bb

Browse files
RichardRichard
authored andcommitted
fix
1 parent 2ea0837 commit 6ef99bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js-wasm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ document.addEventListener("DOMContentLoaded", function () {
119119
}
120120
});
121121

122-
if (window.WasmScript) {
123-
window.WasmScript["js-wasm"] = function (e) {
122+
if (window.WasmScriptComponents) {
123+
window.WasmScriptComponents["js-wasm"] = function (e) {
124124
return {
125125
...e,
126126
...JsWasm.createEnvironment()

0 commit comments

Comments
 (0)