virtual-machine 0.5.0 → 0.6.0
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-RSLWCOLA.mjs → chunk-7KUY3ZNN.mjs} +16 -16
- package/build/cli.js +17 -17
- package/build/index.d.ts +4 -4
- package/build/index.js +17 -17
- package/build/index.mjs +3 -3
- package/build/node-worker.js +17 -17
- package/build/{riscv_vm-TC4XQSNV.mjs → riscv_vm-QAI7BESI.mjs} +1 -1
- package/build/worker.js +17 -17
- 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,18 +217,18 @@ 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__h18739833ac56d704(arg0, arg1) {
|
|
224
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h18739833ac56d704(arg0, arg1);
|
|
225
|
-
}
|
|
226
|
-
function wasm_bindgen__convert__closures_____invoke__hba8efd9a01e74992(arg0, arg1) {
|
|
227
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hba8efd9a01e74992(arg0, arg1);
|
|
220
|
+
function wasm_bindgen__convert__closures_____invoke__h57e3fb0fd98a5ae3(arg0, arg1, arg2) {
|
|
221
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h57e3fb0fd98a5ae3(arg0, arg1, arg2);
|
|
228
222
|
}
|
|
229
223
|
function wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2) {
|
|
230
224
|
wasm.wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2);
|
|
231
225
|
}
|
|
226
|
+
function wasm_bindgen__convert__closures_____invoke__h12016712892368ef(arg0, arg1) {
|
|
227
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h12016712892368ef(arg0, arg1);
|
|
228
|
+
}
|
|
229
|
+
function wasm_bindgen__convert__closures_____invoke__h8472358ea4cd61c0(arg0, arg1) {
|
|
230
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8472358ea4cd61c0(arg0, arg1);
|
|
231
|
+
}
|
|
232
232
|
var __wbindgen_enum_WorkerType = ["classic", "module"];
|
|
233
233
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
234
234
|
}, unregister: () => {
|
|
@@ -1500,20 +1500,20 @@ function __wbg_get_imports() {
|
|
|
1500
1500
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1501
1501
|
return ret;
|
|
1502
1502
|
};
|
|
1503
|
-
imports.wbg.
|
|
1504
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1503
|
+
imports.wbg.__wbindgen_cast_6c14e8b8f1971d0e = function(arg0, arg1) {
|
|
1504
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6f966a895a6e39d8, wasm_bindgen__convert__closures_____invoke__h8472358ea4cd61c0);
|
|
1505
1505
|
return ret;
|
|
1506
1506
|
};
|
|
1507
|
-
imports.wbg.
|
|
1508
|
-
const ret =
|
|
1507
|
+
imports.wbg.__wbindgen_cast_739a255c24fa507c = function(arg0, arg1) {
|
|
1508
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6f966a895a6e39d8, wasm_bindgen__convert__closures_____invoke__h12016712892368ef);
|
|
1509
1509
|
return ret;
|
|
1510
1510
|
};
|
|
1511
|
-
imports.wbg.
|
|
1512
|
-
const ret = arg0;
|
|
1511
|
+
imports.wbg.__wbindgen_cast_a524b4c2847f5c8a = function(arg0, arg1) {
|
|
1512
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6f966a895a6e39d8, wasm_bindgen__convert__closures_____invoke__h57e3fb0fd98a5ae3);
|
|
1513
1513
|
return ret;
|
|
1514
1514
|
};
|
|
1515
|
-
imports.wbg.
|
|
1516
|
-
const ret =
|
|
1515
|
+
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1516
|
+
const ret = arg0;
|
|
1517
1517
|
return ret;
|
|
1518
1518
|
};
|
|
1519
1519
|
imports.wbg.__wbindgen_init_externref_table = function() {
|