virtual-machine 0.7.1 → 0.7.2
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-7Y22NTAH.mjs → chunk-SWPU5PUE.mjs} +13 -13
- package/build/cli.js +16 -16
- package/build/index.d.ts +4 -4
- package/build/index.js +14 -14
- package/build/index.mjs +3 -3
- package/build/node-worker.js +14 -14
- package/build/{riscv_vm-TIKGPDVD.mjs → riscv_vm-P4HTJVQ6.mjs} +1 -1
- package/build/worker.js +14 -14
- package/native/riscv-vm-native.darwin-arm64.node +0 -0
- package/native/riscv-vm-native.darwin-x64.node +0 -0
- package/native/riscv-vm-native.linux-arm64-gnu.node +0 -0
- package/native/riscv-vm-native.linux-arm64-musl.node +0 -0
- package/native/riscv-vm-native.linux-x64-gnu.node +0 -0
- package/native/riscv-vm-native.linux-x64-musl.node +0 -0
- package/native/riscv-vm-native.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
|
@@ -217,17 +217,17 @@ if (!("encodeInto" in cachedTextEncoder)) {
|
|
|
217
217
|
};
|
|
218
218
|
}
|
|
219
219
|
var WASM_VECTOR_LEN = 0;
|
|
220
|
-
function
|
|
221
|
-
wasm.
|
|
222
|
-
}
|
|
223
|
-
function wasm_bindgen__convert__closures_____invoke__h21398a37e136b0cc(arg0, arg1) {
|
|
224
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h21398a37e136b0cc(arg0, arg1);
|
|
220
|
+
function wasm_bindgen__convert__closures_____invoke__h4e3f98878f091896(arg0, arg1) {
|
|
221
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4e3f98878f091896(arg0, arg1);
|
|
225
222
|
}
|
|
226
223
|
function wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2) {
|
|
227
224
|
wasm.wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2);
|
|
228
225
|
}
|
|
229
|
-
function
|
|
230
|
-
wasm.
|
|
226
|
+
function wasm_bindgen__convert__closures_____invoke__h658bde57dcf0e58b(arg0, arg1) {
|
|
227
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h658bde57dcf0e58b(arg0, arg1);
|
|
228
|
+
}
|
|
229
|
+
function wasm_bindgen__convert__closures_____invoke__h5006ec25729b138d(arg0, arg1, arg2) {
|
|
230
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5006ec25729b138d(arg0, arg1, arg2);
|
|
231
231
|
}
|
|
232
232
|
var __wbindgen_enum_WorkerType = ["classic", "module"];
|
|
233
233
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
@@ -1530,12 +1530,12 @@ function __wbg_get_imports() {
|
|
|
1530
1530
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1531
1531
|
return ret;
|
|
1532
1532
|
};
|
|
1533
|
-
imports.wbg.
|
|
1534
|
-
const ret =
|
|
1533
|
+
imports.wbg.__wbindgen_cast_808b97cce14173bb = function(arg0, arg1) {
|
|
1534
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h16ea2e7332e3f0d8, wasm_bindgen__convert__closures_____invoke__h658bde57dcf0e58b);
|
|
1535
1535
|
return ret;
|
|
1536
1536
|
};
|
|
1537
|
-
imports.wbg.
|
|
1538
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1537
|
+
imports.wbg.__wbindgen_cast_97885f52609c7a81 = function(arg0, arg1) {
|
|
1538
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h16ea2e7332e3f0d8, wasm_bindgen__convert__closures_____invoke__h5006ec25729b138d);
|
|
1539
1539
|
return ret;
|
|
1540
1540
|
};
|
|
1541
1541
|
imports.wbg.__wbindgen_cast_9d58885f229d7092 = function(arg0, arg1) {
|
|
@@ -1546,8 +1546,8 @@ function __wbg_get_imports() {
|
|
|
1546
1546
|
const ret = arg0;
|
|
1547
1547
|
return ret;
|
|
1548
1548
|
};
|
|
1549
|
-
imports.wbg.
|
|
1550
|
-
const ret =
|
|
1549
|
+
imports.wbg.__wbindgen_cast_e7df37cfbf20cf37 = function(arg0, arg1) {
|
|
1550
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h16ea2e7332e3f0d8, wasm_bindgen__convert__closures_____invoke__h4e3f98878f091896);
|
|
1551
1551
|
return ret;
|
|
1552
1552
|
};
|
|
1553
1553
|
imports.wbg.__wbindgen_init_externref_table = function() {
|