virtual-machine 0.0.29 → 0.0.31
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.
- package/build/{chunk-QLEPTS7N.mjs → chunk-CP2XF74Q.mjs} +10 -10
- package/build/cli.js +11 -11
- package/build/index.d.ts +3 -3
- package/build/index.js +11 -11
- package/build/index.mjs +3 -3
- package/build/{riscv_vm-Y73VOGQ2.mjs → riscv_vm-FJMOWX7R.mjs} +1 -1
- package/build/worker.js +10 -10
- package/build/worker.mjs +1 -1
- package/package.json +1 -1
|
@@ -206,11 +206,11 @@ 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__h5a9b831ab69bf07a(arg0, arg1) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5a9b831ab69bf07a(arg0, arg1);
|
|
211
211
|
}
|
|
212
|
-
function
|
|
213
|
-
wasm.
|
|
212
|
+
function wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9(arg0, arg1) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9(arg0, arg1);
|
|
214
214
|
}
|
|
215
215
|
function wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2) {
|
|
216
216
|
wasm.wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2);
|
|
@@ -702,7 +702,11 @@ function __wbg_get_imports() {
|
|
|
702
702
|
return ret;
|
|
703
703
|
};
|
|
704
704
|
imports.wbg.__wbindgen_cast_0268c24e8eb79d38 = function(arg0, arg1) {
|
|
705
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
705
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h101a38767d457860, wasm_bindgen__convert__closures_____invoke__h5a9b831ab69bf07a);
|
|
706
|
+
return ret;
|
|
707
|
+
};
|
|
708
|
+
imports.wbg.__wbindgen_cast_0de0c044529fd48a = function(arg0, arg1) {
|
|
709
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
|
|
706
710
|
return ret;
|
|
707
711
|
};
|
|
708
712
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
@@ -710,11 +714,7 @@ function __wbg_get_imports() {
|
|
|
710
714
|
return ret;
|
|
711
715
|
};
|
|
712
716
|
imports.wbg.__wbindgen_cast_4ee4ae87c307a33c = function(arg0, arg1) {
|
|
713
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
714
|
-
return ret;
|
|
715
|
-
};
|
|
716
|
-
imports.wbg.__wbindgen_cast_d0201660226fd4b0 = function(arg0, arg1) {
|
|
717
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
|
|
717
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h101a38767d457860, wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9);
|
|
718
718
|
return ret;
|
|
719
719
|
};
|
|
720
720
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|