virtual-machine 0.0.29 → 0.0.30
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-RTJAHMWT.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-K77G5X4P.mjs} +1 -1
- package/build/worker.js +10 -10
- package/build/worker.mjs +1 -1
- package/package.json +1 -1
package/build/worker.js
CHANGED
|
@@ -225,11 +225,11 @@ if (!("encodeInto" in cachedTextEncoder)) {
|
|
|
225
225
|
};
|
|
226
226
|
}
|
|
227
227
|
var WASM_VECTOR_LEN = 0;
|
|
228
|
-
function
|
|
229
|
-
wasm.
|
|
228
|
+
function wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795(arg0, arg1) {
|
|
229
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795(arg0, arg1);
|
|
230
230
|
}
|
|
231
|
-
function
|
|
232
|
-
wasm.
|
|
231
|
+
function wasm_bindgen__convert__closures_____invoke__hca46242f02098063(arg0, arg1) {
|
|
232
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hca46242f02098063(arg0, arg1);
|
|
233
233
|
}
|
|
234
234
|
function wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2) {
|
|
235
235
|
wasm.wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2);
|
|
@@ -721,7 +721,11 @@ function __wbg_get_imports() {
|
|
|
721
721
|
return ret;
|
|
722
722
|
};
|
|
723
723
|
imports.wbg.__wbindgen_cast_0268c24e8eb79d38 = function(arg0, arg1) {
|
|
724
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
724
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3128a8e596085273, wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795);
|
|
725
|
+
return ret;
|
|
726
|
+
};
|
|
727
|
+
imports.wbg.__wbindgen_cast_0de0c044529fd48a = function(arg0, arg1) {
|
|
728
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
|
|
725
729
|
return ret;
|
|
726
730
|
};
|
|
727
731
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
@@ -729,11 +733,7 @@ function __wbg_get_imports() {
|
|
|
729
733
|
return ret;
|
|
730
734
|
};
|
|
731
735
|
imports.wbg.__wbindgen_cast_4ee4ae87c307a33c = function(arg0, arg1) {
|
|
732
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
733
|
-
return ret;
|
|
734
|
-
};
|
|
735
|
-
imports.wbg.__wbindgen_cast_d0201660226fd4b0 = function(arg0, arg1) {
|
|
736
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
|
|
736
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3128a8e596085273, wasm_bindgen__convert__closures_____invoke__hca46242f02098063);
|
|
737
737
|
return ret;
|
|
738
738
|
};
|
|
739
739
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
package/build/worker.mjs
CHANGED