virtual-machine 0.3.3 → 0.3.4
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-YXBSW6PP.mjs → chunk-5YNV5NOR.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-2B2CO6XX.mjs → riscv_vm-7T3XPKKC.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
package/build/index.d.ts
CHANGED
|
@@ -457,12 +457,12 @@ interface InitOutput {
|
|
|
457
457
|
readonly workerstate_step_batch: (a: number, b: number) => number;
|
|
458
458
|
readonly workerstate_step_count: (a: number) => bigint;
|
|
459
459
|
readonly worker_entry: (a: number, b: any, c: bigint) => void;
|
|
460
|
-
readonly
|
|
461
|
-
readonly
|
|
460
|
+
readonly wasm_bindgen__convert__closures_____invoke__hd07cf7ae12ea5c3f: (a: number, b: number) => void;
|
|
461
|
+
readonly wasm_bindgen__closure__destroy__h61d0a8be6dc7f9b5: (a: number, b: number) => void;
|
|
462
462
|
readonly wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf: (a: number, b: number, c: any) => void;
|
|
463
463
|
readonly wasm_bindgen__closure__destroy__h612f8e24953b61d5: (a: number, b: number) => void;
|
|
464
|
-
readonly
|
|
465
|
-
readonly
|
|
464
|
+
readonly wasm_bindgen__convert__closures_____invoke__hf75f3b5e3736d482: (a: number, b: number) => void;
|
|
465
|
+
readonly wasm_bindgen__convert__closures_____invoke__hc3bef96af6592eb1: (a: number, b: number, c: any) => void;
|
|
466
466
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
467
467
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
468
468
|
readonly __wbindgen_exn_store: (a: number) => void;
|