virtual-machine 0.3.6 → 0.3.7
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-OAFU2U2M.mjs → chunk-P2CNJWOJ.mjs} +18 -18
- package/build/cli.js +19 -19
- package/build/index.d.ts +4 -4
- package/build/index.js +19 -19
- package/build/index.mjs +3 -3
- package/build/node-worker.js +19 -19
- package/build/{riscv_vm-G6IXQNON.mjs → riscv_vm-ZETNI7VC.mjs} +1 -1
- package/build/worker.js +19 -19
- package/native/index.mjs +2 -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
package/build/index.d.ts
CHANGED
|
@@ -466,12 +466,12 @@ interface InitOutput {
|
|
|
466
466
|
readonly workerstate_step_batch: (a: number, b: number) => number;
|
|
467
467
|
readonly workerstate_step_count: (a: number) => bigint;
|
|
468
468
|
readonly worker_entry: (a: number, b: any, c: bigint) => void;
|
|
469
|
-
readonly
|
|
470
|
-
readonly
|
|
471
|
-
readonly wasm_bindgen__convert__closures_____invoke__h65568fa7dcc5b42c: (a: number, b: number, c: any) => void;
|
|
469
|
+
readonly wasm_bindgen__convert__closures_____invoke__habac7f45f47f07cd: (a: number, b: number) => void;
|
|
470
|
+
readonly wasm_bindgen__closure__destroy__h093600eb5d92ffd6: (a: number, b: number) => void;
|
|
472
471
|
readonly wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf: (a: number, b: number, c: any) => void;
|
|
473
472
|
readonly wasm_bindgen__closure__destroy__h612f8e24953b61d5: (a: number, b: number) => void;
|
|
474
|
-
readonly
|
|
473
|
+
readonly wasm_bindgen__convert__closures_____invoke__hb64a410b6844a455: (a: number, b: number, c: any) => void;
|
|
474
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6be6a00e824135f7: (a: number, b: number) => void;
|
|
475
475
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
476
476
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
477
477
|
readonly __wbindgen_exn_store: (a: number) => void;
|