virtual-machine 0.1.6 → 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-NYVAEVXL.mjs → chunk-AN4LZ56Z.mjs} +11 -11
- package/build/cli.js +14 -14
- package/build/index.d.ts +4 -4
- package/build/index.js +13 -13
- package/build/index.mjs +4 -4
- package/build/{riscv_vm-XRNGVFOP.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 +2 -2
|
@@ -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__h0659a4c917e3cb05(arg0, arg1) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0659a4c917e3cb05(arg0, arg1);
|
|
211
211
|
}
|
|
212
|
-
function
|
|
213
|
-
wasm.
|
|
212
|
+
function wasm_bindgen__convert__closures_____invoke__h1931cecbfb5ef6a2(arg0, arg1) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1931cecbfb5ef6a2(arg0, arg1);
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
wasm.
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2);
|
|
217
217
|
}
|
|
218
|
-
function
|
|
219
|
-
wasm.
|
|
218
|
+
function wasm_bindgen__convert__closures_____invoke__h8640a4405da89638(arg0, arg1, arg2) {
|
|
219
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8640a4405da89638(arg0, arg1, arg2);
|
|
220
220
|
}
|
|
221
221
|
var __wbindgen_enum_WorkerType = ["classic", "module"];
|
|
222
222
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
@@ -1118,15 +1118,15 @@ function __wbg_get_imports() {
|
|
|
1118
1118
|
return ret;
|
|
1119
1119
|
};
|
|
1120
1120
|
imports.wbg.__wbindgen_cast_32327f67251393a4 = function(arg0, arg1) {
|
|
1121
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
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
1128
|
imports.wbg.__wbindgen_cast_bda31cc20c54b248 = function(arg0, arg1) {
|
|
1129
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
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) {
|