virtual-machine 0.1.11 → 0.1.12
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-QQ2XY3LI.mjs → chunk-AN4LZ56Z.mjs} +12 -12
- package/build/cli.js +13 -13
- package/build/index.d.ts +4 -4
- package/build/index.js +13 -13
- package/build/index.mjs +3 -3
- package/build/{riscv_vm-E4XICADW.mjs → riscv_vm-KWPGRXNU.mjs} +1 -1
- package/build/worker.js +13 -13
- package/native/index.d.ts +1 -0
- 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 +1 -1
|
@@ -206,18 +206,18 @@ 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__h0659a4c917e3cb05(arg0, arg1) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0659a4c917e3cb05(arg0, arg1);
|
|
211
211
|
}
|
|
212
|
-
function
|
|
213
|
-
wasm.
|
|
214
|
-
}
|
|
215
|
-
function wasm_bindgen__convert__closures_____invoke__hf6fdf85ab3e9eabc(arg0, arg1) {
|
|
216
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hf6fdf85ab3e9eabc(arg0, arg1);
|
|
212
|
+
function wasm_bindgen__convert__closures_____invoke__h1931cecbfb5ef6a2(arg0, arg1) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1931cecbfb5ef6a2(arg0, arg1);
|
|
217
214
|
}
|
|
218
215
|
function wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2) {
|
|
219
216
|
wasm.wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2);
|
|
220
217
|
}
|
|
218
|
+
function wasm_bindgen__convert__closures_____invoke__h8640a4405da89638(arg0, arg1, arg2) {
|
|
219
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8640a4405da89638(arg0, arg1, arg2);
|
|
220
|
+
}
|
|
221
221
|
var __wbindgen_enum_WorkerType = ["classic", "module"];
|
|
222
222
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
223
223
|
}, unregister: () => {
|
|
@@ -1117,16 +1117,16 @@ function __wbg_get_imports() {
|
|
|
1117
1117
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
|
|
1118
1118
|
return ret;
|
|
1119
1119
|
};
|
|
1120
|
-
imports.wbg.
|
|
1121
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1120
|
+
imports.wbg.__wbindgen_cast_32327f67251393a4 = function(arg0, arg1) {
|
|
1121
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2d686373c4ab442e, wasm_bindgen__convert__closures_____invoke__h1931cecbfb5ef6a2);
|
|
1122
1122
|
return ret;
|
|
1123
1123
|
};
|
|
1124
1124
|
imports.wbg.__wbindgen_cast_bbd4dd9b33de0f05 = function(arg0, arg1) {
|
|
1125
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
1125
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2d686373c4ab442e, wasm_bindgen__convert__closures_____invoke__h0659a4c917e3cb05);
|
|
1126
1126
|
return ret;
|
|
1127
1127
|
};
|
|
1128
|
-
imports.wbg.
|
|
1129
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1128
|
+
imports.wbg.__wbindgen_cast_bda31cc20c54b248 = function(arg0, arg1) {
|
|
1129
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2d686373c4ab442e, wasm_bindgen__convert__closures_____invoke__h8640a4405da89638);
|
|
1130
1130
|
return ret;
|
|
1131
1131
|
};
|
|
1132
1132
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|