virtual-machine 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -206,14 +206,14 @@ if (!("encodeInto" in cachedTextEncoder)) {
|
|
|
206
206
|
};
|
|
207
207
|
}
|
|
208
208
|
var WASM_VECTOR_LEN = 0;
|
|
209
|
+
function wasm_bindgen__convert__closures_____invoke__hfd5f343960464841(arg0, arg1) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hfd5f343960464841(arg0, arg1);
|
|
211
|
+
}
|
|
209
212
|
function wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2) {
|
|
210
213
|
wasm.wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2);
|
|
211
214
|
}
|
|
212
|
-
function
|
|
213
|
-
wasm.
|
|
214
|
-
}
|
|
215
|
-
function wasm_bindgen__convert__closures_____invoke__h5152c4790b76df52(arg0, arg1) {
|
|
216
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h5152c4790b76df52(arg0, arg1);
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h7c611e26ba1ee3d4(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7c611e26ba1ee3d4(arg0, arg1);
|
|
217
217
|
}
|
|
218
218
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
219
219
|
}, unregister: () => {
|
|
@@ -578,10 +578,6 @@ function __wbg_get_imports() {
|
|
|
578
578
|
const ret = arg0.write(arg1);
|
|
579
579
|
return ret;
|
|
580
580
|
};
|
|
581
|
-
imports.wbg.__wbindgen_cast_1874f711bea6a2a5 = function(arg0, arg1) {
|
|
582
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h7ac20242f5684697, wasm_bindgen__convert__closures_____invoke__h5152c4790b76df52);
|
|
583
|
-
return ret;
|
|
584
|
-
};
|
|
585
581
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
586
582
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
587
583
|
return ret;
|
|
@@ -590,8 +586,12 @@ function __wbg_get_imports() {
|
|
|
590
586
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb099e2ae98169675, wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919);
|
|
591
587
|
return ret;
|
|
592
588
|
};
|
|
593
|
-
imports.wbg.
|
|
594
|
-
const ret =
|
|
589
|
+
imports.wbg.__wbindgen_cast_3dba8e634cba348f = function(arg0, arg1) {
|
|
590
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1c3a9ff1d3f255ed, wasm_bindgen__convert__closures_____invoke__h7c611e26ba1ee3d4);
|
|
591
|
+
return ret;
|
|
592
|
+
};
|
|
593
|
+
imports.wbg.__wbindgen_cast_8184f83d0f362634 = function(arg0, arg1) {
|
|
594
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1c3a9ff1d3f255ed, wasm_bindgen__convert__closures_____invoke__hfd5f343960464841);
|
|
595
595
|
return ret;
|
|
596
596
|
};
|
|
597
597
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|