virtual-machine 0.5.0 → 0.5.1
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-RSLWCOLA.mjs → chunk-QXFQXM5H.mjs} +14 -14
- package/build/cli.js +15 -15
- package/build/index.d.ts +4 -4
- package/build/index.js +15 -15
- package/build/index.mjs +3 -3
- package/build/node-worker.js +15 -15
- package/build/{riscv_vm-TC4XQSNV.mjs → riscv_vm-RZ3QHXGX.mjs} +1 -1
- package/build/worker.js +15 -15
- 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
|
@@ -217,14 +217,14 @@ if (!("encodeInto" in cachedTextEncoder)) {
|
|
|
217
217
|
};
|
|
218
218
|
}
|
|
219
219
|
var WASM_VECTOR_LEN = 0;
|
|
220
|
-
function
|
|
221
|
-
wasm.
|
|
220
|
+
function wasm_bindgen__convert__closures_____invoke__h122fb3884050c24e(arg0, arg1) {
|
|
221
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h122fb3884050c24e(arg0, arg1);
|
|
222
222
|
}
|
|
223
|
-
function
|
|
224
|
-
wasm.
|
|
223
|
+
function wasm_bindgen__convert__closures_____invoke__h58ffa28195e6dbee(arg0, arg1) {
|
|
224
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h58ffa28195e6dbee(arg0, arg1);
|
|
225
225
|
}
|
|
226
|
-
function
|
|
227
|
-
wasm.
|
|
226
|
+
function wasm_bindgen__convert__closures_____invoke__h2316df9817f08a3e(arg0, arg1, arg2) {
|
|
227
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2316df9817f08a3e(arg0, arg1, arg2);
|
|
228
228
|
}
|
|
229
229
|
function wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2) {
|
|
230
230
|
wasm.wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf(arg0, arg1, arg2);
|
|
@@ -1500,20 +1500,20 @@ function __wbg_get_imports() {
|
|
|
1500
1500
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1501
1501
|
return ret;
|
|
1502
1502
|
};
|
|
1503
|
-
imports.wbg.
|
|
1504
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1503
|
+
imports.wbg.__wbindgen_cast_31bf697c4579a85c = function(arg0, arg1) {
|
|
1504
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h43d27839b7af9874, wasm_bindgen__convert__closures_____invoke__h2316df9817f08a3e);
|
|
1505
1505
|
return ret;
|
|
1506
1506
|
};
|
|
1507
|
-
imports.wbg.
|
|
1508
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1507
|
+
imports.wbg.__wbindgen_cast_5155b93f951c15fd = function(arg0, arg1) {
|
|
1508
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h43d27839b7af9874, wasm_bindgen__convert__closures_____invoke__h122fb3884050c24e);
|
|
1509
1509
|
return ret;
|
|
1510
1510
|
};
|
|
1511
|
-
imports.wbg.
|
|
1512
|
-
const ret = arg0;
|
|
1511
|
+
imports.wbg.__wbindgen_cast_739a255c24fa507c = function(arg0, arg1) {
|
|
1512
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h43d27839b7af9874, wasm_bindgen__convert__closures_____invoke__h58ffa28195e6dbee);
|
|
1513
1513
|
return ret;
|
|
1514
1514
|
};
|
|
1515
|
-
imports.wbg.
|
|
1516
|
-
const ret =
|
|
1515
|
+
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1516
|
+
const ret = arg0;
|
|
1517
1517
|
return ret;
|
|
1518
1518
|
};
|
|
1519
1519
|
imports.wbg.__wbindgen_init_externref_table = function() {
|