virtual-machine 0.0.20 → 0.0.21
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
|
|
210
|
-
wasm.
|
|
209
|
+
function wasm_bindgen__convert__closures_____invoke__hd05ca86c0645d8c5(arg0, arg1) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd05ca86c0645d8c5(arg0, arg1);
|
|
211
211
|
}
|
|
212
212
|
function wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2) {
|
|
213
213
|
wasm.wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2);
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
wasm.
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h547d729665743d2e(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h547d729665743d2e(arg0, arg1);
|
|
217
217
|
}
|
|
218
218
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
219
219
|
}, unregister: () => {
|
|
@@ -587,11 +587,11 @@ function __wbg_get_imports() {
|
|
|
587
587
|
return ret;
|
|
588
588
|
};
|
|
589
589
|
imports.wbg.__wbindgen_cast_3dba8e634cba348f = function(arg0, arg1) {
|
|
590
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
590
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h7f6c7bd142c99517, wasm_bindgen__convert__closures_____invoke__hd05ca86c0645d8c5);
|
|
591
591
|
return ret;
|
|
592
592
|
};
|
|
593
593
|
imports.wbg.__wbindgen_cast_8184f83d0f362634 = function(arg0, arg1) {
|
|
594
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
594
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h7f6c7bd142c99517, wasm_bindgen__convert__closures_____invoke__h547d729665743d2e);
|
|
595
595
|
return ret;
|
|
596
596
|
};
|
|
597
597
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|