virtual-machine 0.0.21 → 0.0.22
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__hd05ca86c0645d8c5(arg0, arg1) {
|
|
210
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hd05ca86c0645d8c5(arg0, arg1);
|
|
211
|
-
}
|
|
212
209
|
function wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2) {
|
|
213
210
|
wasm.wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2);
|
|
214
211
|
}
|
|
215
|
-
function
|
|
216
|
-
wasm.
|
|
212
|
+
function wasm_bindgen__convert__closures_____invoke__h98010f629980d58c(arg0, arg1) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h98010f629980d58c(arg0, arg1);
|
|
214
|
+
}
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h5152c4790b76df52(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5152c4790b76df52(arg0, arg1);
|
|
217
217
|
}
|
|
218
218
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
219
219
|
}, unregister: () => {
|
|
@@ -578,6 +578,10 @@ 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
|
+
};
|
|
581
585
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
582
586
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
583
587
|
return ret;
|
|
@@ -586,12 +590,8 @@ function __wbg_get_imports() {
|
|
|
586
590
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb099e2ae98169675, wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919);
|
|
587
591
|
return ret;
|
|
588
592
|
};
|
|
589
|
-
imports.wbg.
|
|
590
|
-
const ret =
|
|
591
|
-
return ret;
|
|
592
|
-
};
|
|
593
|
-
imports.wbg.__wbindgen_cast_8184f83d0f362634 = function(arg0, arg1) {
|
|
594
|
-
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h7f6c7bd142c99517, wasm_bindgen__convert__closures_____invoke__h547d729665743d2e);
|
|
593
|
+
imports.wbg.__wbindgen_cast_c47184c56ac918cb = function(arg0, arg1) {
|
|
594
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h7ac20242f5684697, wasm_bindgen__convert__closures_____invoke__h98010f629980d58c);
|
|
595
595
|
return ret;
|
|
596
596
|
};
|
|
597
597
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|