virtual-machine 0.3.8 → 0.4.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-5DKIVOGL.mjs → chunk-EEMRZD25.mjs} +11 -11
- package/build/cli.js +193 -17
- package/build/index.d.ts +4 -4
- package/build/index.js +12 -12
- package/build/index.mjs +3 -3
- package/build/node-worker.js +12 -12
- package/build/{riscv_vm-Z3C2DFT5.mjs → riscv_vm-5BTJBU2J.mjs} +1 -1
- package/build/worker.js +12 -12
- package/native/index.mjs +1 -0
- 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 +6 -2
|
@@ -217,17 +217,17 @@ if (!("encodeInto" in cachedTextEncoder)) {
|
|
|
217
217
|
};
|
|
218
218
|
}
|
|
219
219
|
var WASM_VECTOR_LEN = 0;
|
|
220
|
-
function
|
|
221
|
-
wasm.
|
|
220
|
+
function wasm_bindgen__convert__closures_____invoke__h0d61c5f880e0f000(arg0, arg1, arg2) {
|
|
221
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0d61c5f880e0f000(arg0, arg1, arg2);
|
|
222
222
|
}
|
|
223
|
-
function
|
|
224
|
-
wasm.
|
|
223
|
+
function wasm_bindgen__convert__closures_____invoke__h784f747aa05330df(arg0, arg1) {
|
|
224
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h784f747aa05330df(arg0, arg1);
|
|
225
225
|
}
|
|
226
|
-
function
|
|
227
|
-
wasm.
|
|
226
|
+
function wasm_bindgen__convert__closures_____invoke__hb71c6b908e43b529(arg0, arg1) {
|
|
227
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hb71c6b908e43b529(arg0, arg1);
|
|
228
228
|
}
|
|
229
|
-
function
|
|
230
|
-
wasm.
|
|
229
|
+
function wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2) {
|
|
230
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2);
|
|
231
231
|
}
|
|
232
232
|
var __wbindgen_enum_WorkerType = ["classic", "module"];
|
|
233
233
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
@@ -1396,11 +1396,11 @@ function __wbg_get_imports() {
|
|
|
1396
1396
|
return ret;
|
|
1397
1397
|
};
|
|
1398
1398
|
imports.wbg.__wbindgen_cast_a107920d366c625a = function(arg0, arg1) {
|
|
1399
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1399
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h063f9d0e4e6d3305, wasm_bindgen__convert__closures_____invoke__hb71c6b908e43b529);
|
|
1400
1400
|
return ret;
|
|
1401
1401
|
};
|
|
1402
1402
|
imports.wbg.__wbindgen_cast_a9e9434264708752 = function(arg0, arg1) {
|
|
1403
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1403
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h063f9d0e4e6d3305, wasm_bindgen__convert__closures_____invoke__h0d61c5f880e0f000);
|
|
1404
1404
|
return ret;
|
|
1405
1405
|
};
|
|
1406
1406
|
imports.wbg.__wbindgen_cast_abf350a606387627 = function(arg0, arg1) {
|
|
@@ -1408,7 +1408,7 @@ function __wbg_get_imports() {
|
|
|
1408
1408
|
return ret;
|
|
1409
1409
|
};
|
|
1410
1410
|
imports.wbg.__wbindgen_cast_b33b7ab8ffafb5fe = function(arg0, arg1) {
|
|
1411
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
1411
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h063f9d0e4e6d3305, wasm_bindgen__convert__closures_____invoke__h784f747aa05330df);
|
|
1412
1412
|
return ret;
|
|
1413
1413
|
};
|
|
1414
1414
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|