virtual-machine 0.0.35 → 0.0.36
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-P2U2K4X3.mjs → chunk-YJ5P3VGQ.mjs} +15 -15
- package/build/cli.js +16 -16
- package/build/index.d.ts +4 -4
- package/build/index.js +16 -16
- package/build/index.mjs +3 -3
- package/build/{riscv_vm-MDACKNLN.mjs → riscv_vm-HSOJGHGR.mjs} +1 -1
- package/build/worker.js +16 -16
- 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 wasm_bindgen__convert__closures_____invoke__hbde9876d0cea708c(arg0, arg1, arg2) {
|
|
210
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hbde9876d0cea708c(arg0, arg1, arg2);
|
|
211
|
-
}
|
|
212
209
|
function wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2) {
|
|
213
210
|
wasm.wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2);
|
|
214
211
|
}
|
|
215
|
-
function
|
|
216
|
-
wasm.
|
|
212
|
+
function wasm_bindgen__convert__closures_____invoke__h2d5a3433881a07dc(arg0, arg1) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2d5a3433881a07dc(arg0, arg1);
|
|
214
|
+
}
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__hd016cca7bbf341cd(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd016cca7bbf341cd(arg0, arg1);
|
|
217
217
|
}
|
|
218
|
-
function
|
|
219
|
-
wasm.
|
|
218
|
+
function wasm_bindgen__convert__closures_____invoke__h07c9b936df37d4f2(arg0, arg1, arg2) {
|
|
219
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h07c9b936df37d4f2(arg0, arg1, arg2);
|
|
220
220
|
}
|
|
221
221
|
var __wbindgen_enum_WorkerType = ["classic", "module"];
|
|
222
222
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
@@ -1040,26 +1040,26 @@ function __wbg_get_imports() {
|
|
|
1040
1040
|
return ret;
|
|
1041
1041
|
}, arguments);
|
|
1042
1042
|
};
|
|
1043
|
-
imports.wbg.
|
|
1044
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1043
|
+
imports.wbg.__wbindgen_cast_1fb0b53a6a9a76e5 = function(arg0, arg1) {
|
|
1044
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h4a8089319832ef98, wasm_bindgen__convert__closures_____invoke__h2d5a3433881a07dc);
|
|
1045
1045
|
return ret;
|
|
1046
1046
|
};
|
|
1047
1047
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1048
1048
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1049
1049
|
return ret;
|
|
1050
1050
|
};
|
|
1051
|
-
imports.wbg.
|
|
1052
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
1053
|
-
return ret;
|
|
1054
|
-
};
|
|
1055
|
-
imports.wbg.__wbindgen_cast_705cb87c37628e08 = function(arg0, arg1) {
|
|
1056
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1a8abd1a91785820, wasm_bindgen__convert__closures_____invoke__hbde9876d0cea708c);
|
|
1051
|
+
imports.wbg.__wbindgen_cast_bcc7883475928b3d = function(arg0, arg1) {
|
|
1052
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h4a8089319832ef98, wasm_bindgen__convert__closures_____invoke__hd016cca7bbf341cd);
|
|
1057
1053
|
return ret;
|
|
1058
1054
|
};
|
|
1059
1055
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1060
1056
|
const ret = arg0;
|
|
1061
1057
|
return ret;
|
|
1062
1058
|
};
|
|
1059
|
+
imports.wbg.__wbindgen_cast_eb80e707f2cdece7 = function(arg0, arg1) {
|
|
1060
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h4a8089319832ef98, wasm_bindgen__convert__closures_____invoke__h07c9b936df37d4f2);
|
|
1061
|
+
return ret;
|
|
1062
|
+
};
|
|
1063
1063
|
imports.wbg.__wbindgen_cast_f1c9170db27db6a8 = function(arg0, arg1) {
|
|
1064
1064
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
|
|
1065
1065
|
return ret;
|