virtual-machine 0.1.15 → 0.2.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-CQRUHJWU.mjs → chunk-7DLXWCYH.mjs} +13 -13
- package/build/cli.js +14 -14
- package/build/index.d.ts +4 -4
- package/build/index.js +14 -14
- package/build/index.mjs +3 -3
- package/build/node-worker.js +14 -14
- package/build/{riscv_vm-STKTCGVK.mjs → riscv_vm-ECKO62BD.mjs} +1 -1
- package/build/worker.js +14 -14
- package/native/index.d.ts +0 -1
- package/native/index.js +275 -84
- 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__h50e72de47846ca00(arg0, arg1) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h50e72de47846ca00(arg0, arg1);
|
|
211
211
|
}
|
|
212
|
-
function
|
|
213
|
-
wasm.
|
|
212
|
+
function wasm_bindgen__convert__closures_____invoke__h080c535c51d1ca28(arg0, arg1, arg2) {
|
|
213
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h080c535c51d1ca28(arg0, arg1, arg2);
|
|
214
|
+
}
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__hc2505ab56e11573d(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc2505ab56e11573d(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__hda616f965815e143(arg0, arg1) {
|
|
219
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hda616f965815e143(arg0, arg1);
|
|
220
|
-
}
|
|
221
221
|
var __wbindgen_enum_WorkerType = ["classic", "module"];
|
|
222
222
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
223
223
|
}, unregister: () => {
|
|
@@ -1119,20 +1119,20 @@ function __wbg_get_imports() {
|
|
|
1119
1119
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1120
1120
|
return ret;
|
|
1121
1121
|
};
|
|
1122
|
-
imports.wbg.
|
|
1122
|
+
imports.wbg.__wbindgen_cast_9d58885f229d7092 = function(arg0, arg1) {
|
|
1123
1123
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
|
|
1124
1124
|
return ret;
|
|
1125
1125
|
};
|
|
1126
|
-
imports.wbg.
|
|
1127
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1126
|
+
imports.wbg.__wbindgen_cast_af54cb5d64a8cc15 = function(arg0, arg1) {
|
|
1127
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h47fb8eb45dc69cb3, wasm_bindgen__convert__closures_____invoke__hc2505ab56e11573d);
|
|
1128
1128
|
return ret;
|
|
1129
1129
|
};
|
|
1130
|
-
imports.wbg.
|
|
1131
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
1130
|
+
imports.wbg.__wbindgen_cast_bbd4dd9b33de0f05 = function(arg0, arg1) {
|
|
1131
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h47fb8eb45dc69cb3, wasm_bindgen__convert__closures_____invoke__h50e72de47846ca00);
|
|
1132
1132
|
return ret;
|
|
1133
1133
|
};
|
|
1134
1134
|
imports.wbg.__wbindgen_cast_d0340162226d18f2 = function(arg0, arg1) {
|
|
1135
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1135
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h47fb8eb45dc69cb3, wasm_bindgen__convert__closures_____invoke__h080c535c51d1ca28);
|
|
1136
1136
|
return ret;
|
|
1137
1137
|
};
|
|
1138
1138
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|