virtual-machine 0.3.3 → 0.3.4
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-YXBSW6PP.mjs → chunk-5YNV5NOR.mjs} +14 -14
- package/build/cli.js +15 -15
- package/build/index.d.ts +4 -4
- package/build/index.js +15 -15
- package/build/index.mjs +3 -3
- package/build/node-worker.js +15 -15
- package/build/{riscv_vm-2B2CO6XX.mjs → riscv_vm-7T3XPKKC.mjs} +1 -1
- package/build/worker.js +15 -15
- 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
|
@@ -206,17 +206,17 @@ 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__hd07cf7ae12ea5c3f(arg0, arg1) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd07cf7ae12ea5c3f(arg0, arg1);
|
|
211
211
|
}
|
|
212
212
|
function wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2) {
|
|
213
213
|
wasm.wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2);
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
wasm.
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__hf75f3b5e3736d482(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hf75f3b5e3736d482(arg0, arg1);
|
|
217
217
|
}
|
|
218
|
-
function
|
|
219
|
-
wasm.
|
|
218
|
+
function wasm_bindgen__convert__closures_____invoke__hc3bef96af6592eb1(arg0, arg1, arg2) {
|
|
219
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc3bef96af6592eb1(arg0, arg1, arg2);
|
|
220
220
|
}
|
|
221
221
|
var __wbindgen_enum_WorkerType = ["classic", "module"];
|
|
222
222
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
@@ -1298,24 +1298,24 @@ function __wbg_get_imports() {
|
|
|
1298
1298
|
return ret;
|
|
1299
1299
|
}, arguments);
|
|
1300
1300
|
};
|
|
1301
|
+
imports.wbg.__wbindgen_cast_041c77978d70bb0a = function(arg0, arg1) {
|
|
1302
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h61d0a8be6dc7f9b5, wasm_bindgen__convert__closures_____invoke__hd07cf7ae12ea5c3f);
|
|
1303
|
+
return ret;
|
|
1304
|
+
};
|
|
1301
1305
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1302
1306
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1303
1307
|
return ret;
|
|
1304
1308
|
};
|
|
1305
|
-
imports.wbg.
|
|
1306
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1309
|
+
imports.wbg.__wbindgen_cast_9867f867794f6d1d = function(arg0, arg1) {
|
|
1310
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h61d0a8be6dc7f9b5, wasm_bindgen__convert__closures_____invoke__hc3bef96af6592eb1);
|
|
1307
1311
|
return ret;
|
|
1308
1312
|
};
|
|
1309
1313
|
imports.wbg.__wbindgen_cast_abf350a606387627 = function(arg0, arg1) {
|
|
1310
1314
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h612f8e24953b61d5, wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf);
|
|
1311
1315
|
return ret;
|
|
1312
1316
|
};
|
|
1313
|
-
imports.wbg.
|
|
1314
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
1315
|
-
return ret;
|
|
1316
|
-
};
|
|
1317
|
-
imports.wbg.__wbindgen_cast_d3f7166d7f91ad34 = function(arg0, arg1) {
|
|
1318
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1f949ca759a20457, wasm_bindgen__convert__closures_____invoke__h201459934189f4a1);
|
|
1317
|
+
imports.wbg.__wbindgen_cast_b33b7ab8ffafb5fe = function(arg0, arg1) {
|
|
1318
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h61d0a8be6dc7f9b5, wasm_bindgen__convert__closures_____invoke__hf75f3b5e3736d482);
|
|
1319
1319
|
return ret;
|
|
1320
1320
|
};
|
|
1321
1321
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|