virtual-machine 0.1.12 → 0.1.13
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-AN4LZ56Z.mjs → chunk-KUDPTE2V.mjs} +10 -10
- package/build/cli.js +12 -14
- package/build/index.d.ts +4 -4
- package/build/index.js +11 -11
- package/build/index.mjs +3 -3
- package/build/node-worker.js +1205 -35
- package/build/{riscv_vm-KWPGRXNU.mjs → riscv_vm-XZ7BZDXD.mjs} +1 -1
- package/build/worker.js +11 -11
- 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__hd65505684a6388d2(arg0, arg1, arg2) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd65505684a6388d2(arg0, arg1, arg2);
|
|
211
211
|
}
|
|
212
|
-
function
|
|
213
|
-
wasm.
|
|
212
|
+
function wasm_bindgen__convert__closures_____invoke__he3b9b5ea6c420f8d(arg0, arg1) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he3b9b5ea6c420f8d(arg0, arg1);
|
|
214
|
+
}
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h20c3cf5a9f81d85d(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h20c3cf5a9f81d85d(arg0, arg1);
|
|
214
217
|
}
|
|
215
218
|
function wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2) {
|
|
216
219
|
wasm.wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2);
|
|
217
220
|
}
|
|
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: () => {
|
|
@@ -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__h00213c2fd757f3f1, wasm_bindgen__convert__closures_____invoke__he3b9b5ea6c420f8d);
|
|
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__h00213c2fd757f3f1, wasm_bindgen__convert__closures_____invoke__h20c3cf5a9f81d85d);
|
|
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__h00213c2fd757f3f1, wasm_bindgen__convert__closures_____invoke__hd65505684a6388d2);
|
|
1130
1130
|
return ret;
|
|
1131
1131
|
};
|
|
1132
1132
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|