virtual-machine 0.0.30 → 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-RTJAHMWT.mjs → chunk-CP2XF74Q.mjs} +6 -6
- package/build/cli.js +7 -7
- package/build/index.d.ts +3 -3
- package/build/index.js +7 -7
- package/build/index.mjs +3 -3
- package/build/{riscv_vm-K77G5X4P.mjs → riscv_vm-FJMOWX7R.mjs} +1 -1
- package/build/worker.js +6 -6
- 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__h5a9b831ab69bf07a(arg0, arg1) {
|
|
229
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5a9b831ab69bf07a(arg0, arg1);
|
|
230
230
|
}
|
|
231
|
-
function
|
|
232
|
-
wasm.
|
|
231
|
+
function wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9(arg0, arg1) {
|
|
232
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9(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,7 @@ 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__h101a38767d457860, wasm_bindgen__convert__closures_____invoke__h5a9b831ab69bf07a);
|
|
725
725
|
return ret;
|
|
726
726
|
};
|
|
727
727
|
imports.wbg.__wbindgen_cast_0de0c044529fd48a = function(arg0, arg1) {
|
|
@@ -733,7 +733,7 @@ function __wbg_get_imports() {
|
|
|
733
733
|
return ret;
|
|
734
734
|
};
|
|
735
735
|
imports.wbg.__wbindgen_cast_4ee4ae87c307a33c = function(arg0, arg1) {
|
|
736
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
736
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h101a38767d457860, wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9);
|
|
737
737
|
return ret;
|
|
738
738
|
};
|
|
739
739
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
package/build/worker.mjs
CHANGED