virtual-machine 0.1.11 → 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-QQ2XY3LI.mjs → chunk-KUDPTE2V.mjs} +11 -11
- package/build/cli.js +13 -15
- package/build/index.d.ts +4 -4
- package/build/index.js +12 -12
- package/build/index.mjs +3 -3
- package/build/node-worker.js +1205 -35
- package/build/{riscv_vm-E4XICADW.mjs → riscv_vm-XZ7BZDXD.mjs} +1 -1
- package/build/worker.js +12 -12
- 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,14 +206,14 @@ 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
214
|
}
|
|
215
|
-
function
|
|
216
|
-
wasm.
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h20c3cf5a9f81d85d(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h20c3cf5a9f81d85d(arg0, arg1);
|
|
217
217
|
}
|
|
218
218
|
function wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2) {
|
|
219
219
|
wasm.wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2);
|
|
@@ -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__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
|
-
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__h00213c2fd757f3f1, wasm_bindgen__convert__closures_____invoke__hd65505684a6388d2);
|
|
1130
1130
|
return ret;
|
|
1131
1131
|
};
|
|
1132
1132
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|