virtual-machine 0.0.18 → 0.0.19
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__h2307d51bac87d102(arg0, arg1) {
|
|
210
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h2307d51bac87d102(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__he79f784db500caf3(arg0, arg1) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he79f784db500caf3(arg0, arg1);
|
|
214
|
+
}
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h0a797a416de56032(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0a797a416de56032(arg0, arg1);
|
|
217
217
|
}
|
|
218
218
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
219
219
|
}, unregister: () => {
|
|
@@ -558,6 +558,10 @@ function __wbg_get_imports() {
|
|
|
558
558
|
const ret = arg0.write(arg1);
|
|
559
559
|
return ret;
|
|
560
560
|
};
|
|
561
|
+
imports.wbg.__wbindgen_cast_1874f711bea6a2a5 = function(arg0, arg1) {
|
|
562
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1ffb72edd765103d, wasm_bindgen__convert__closures_____invoke__h0a797a416de56032);
|
|
563
|
+
return ret;
|
|
564
|
+
};
|
|
561
565
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
562
566
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
563
567
|
return ret;
|
|
@@ -566,12 +570,8 @@ function __wbg_get_imports() {
|
|
|
566
570
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb099e2ae98169675, wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919);
|
|
567
571
|
return ret;
|
|
568
572
|
};
|
|
569
|
-
imports.wbg.
|
|
570
|
-
const ret =
|
|
571
|
-
return ret;
|
|
572
|
-
};
|
|
573
|
-
imports.wbg.__wbindgen_cast_8184f83d0f362634 = function(arg0, arg1) {
|
|
574
|
-
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h096b37b8d786c907, wasm_bindgen__convert__closures_____invoke__h2307d51bac87d102);
|
|
573
|
+
imports.wbg.__wbindgen_cast_c47184c56ac918cb = function(arg0, arg1) {
|
|
574
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1ffb72edd765103d, wasm_bindgen__convert__closures_____invoke__he79f784db500caf3);
|
|
575
575
|
return ret;
|
|
576
576
|
};
|
|
577
577
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|