virtual-machine 0.0.26 → 0.0.27
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.
|
@@ -209,11 +209,11 @@ var WASM_VECTOR_LEN = 0;
|
|
|
209
209
|
function wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2) {
|
|
210
210
|
wasm.wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2);
|
|
211
211
|
}
|
|
212
|
-
function
|
|
213
|
-
wasm.
|
|
212
|
+
function wasm_bindgen__convert__closures_____invoke__h49614f14a8e04992(arg0, arg1) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h49614f14a8e04992(arg0, arg1);
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
wasm.
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h2ae97a7fb85f15db(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2ae97a7fb85f15db(arg0, arg1);
|
|
217
217
|
}
|
|
218
218
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
219
219
|
}, unregister: () => {
|
|
@@ -623,7 +623,7 @@ function __wbg_get_imports() {
|
|
|
623
623
|
return ret;
|
|
624
624
|
};
|
|
625
625
|
imports.wbg.__wbindgen_cast_500637ae475f666c = function(arg0, arg1) {
|
|
626
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
626
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1e741375b1bc7b0b, wasm_bindgen__convert__closures_____invoke__h49614f14a8e04992);
|
|
627
627
|
return ret;
|
|
628
628
|
};
|
|
629
629
|
imports.wbg.__wbindgen_cast_9d58885f229d7092 = function(arg0, arg1) {
|
|
@@ -631,7 +631,7 @@ function __wbg_get_imports() {
|
|
|
631
631
|
return ret;
|
|
632
632
|
};
|
|
633
633
|
imports.wbg.__wbindgen_cast_ad5da81fd3956308 = function(arg0, arg1) {
|
|
634
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
634
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1e741375b1bc7b0b, wasm_bindgen__convert__closures_____invoke__h2ae97a7fb85f15db);
|
|
635
635
|
return ret;
|
|
636
636
|
};
|
|
637
637
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|