virtual-machine 0.7.1 → 0.7.2
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-7Y22NTAH.mjs → chunk-SWPU5PUE.mjs} +13 -13
- package/build/cli.js +16 -16
- 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-TIKGPDVD.mjs → riscv_vm-P4HTJVQ6.mjs} +1 -1
- package/build/worker.js +14 -14
- 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
|
@@ -587,12 +587,12 @@ interface InitOutput {
|
|
|
587
587
|
readonly workerstate_step_batch: (a: number, b: number) => number;
|
|
588
588
|
readonly workerstate_step_count: (a: number) => bigint;
|
|
589
589
|
readonly worker_entry: (a: number, b: any, c: bigint) => void;
|
|
590
|
-
readonly
|
|
591
|
-
readonly
|
|
592
|
-
readonly wasm_bindgen__convert__closures_____invoke__h21398a37e136b0cc: (a: number, b: number) => void;
|
|
590
|
+
readonly wasm_bindgen__convert__closures_____invoke__h4e3f98878f091896: (a: number, b: number) => void;
|
|
591
|
+
readonly wasm_bindgen__closure__destroy__h16ea2e7332e3f0d8: (a: number, b: number) => void;
|
|
593
592
|
readonly wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf: (a: number, b: number, c: any) => void;
|
|
594
593
|
readonly wasm_bindgen__closure__destroy__h612f8e24953b61d5: (a: number, b: number) => void;
|
|
595
|
-
readonly
|
|
594
|
+
readonly wasm_bindgen__convert__closures_____invoke__h658bde57dcf0e58b: (a: number, b: number) => void;
|
|
595
|
+
readonly wasm_bindgen__convert__closures_____invoke__h5006ec25729b138d: (a: number, b: number, c: any) => void;
|
|
596
596
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
597
597
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
598
598
|
readonly __wbindgen_exn_store: (a: number) => void;
|