virtual-machine 0.3.1 → 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-54RVUDUK.mjs → chunk-5YNV5NOR.mjs} +144 -6
- package/build/cli.js +145 -7
- package/build/index.d.ts +6 -2
- package/build/index.js +145 -7
- package/build/index.mjs +3 -3
- package/build/node-worker.js +145 -7
- package/build/{riscv_vm-34DGRA7W.mjs → riscv_vm-7T3XPKKC.mjs} +1 -1
- package/build/worker.js +145 -7
- 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,8 +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
|
+
readonly wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf: (a: number, b: number, c: any) => void;
|
|
463
|
+
readonly wasm_bindgen__closure__destroy__h612f8e24953b61d5: (a: number, b: number) => void;
|
|
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;
|
|
462
466
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
463
467
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
464
468
|
readonly __wbindgen_exn_store: (a: number) => void;
|