virtual-machine 0.3.3 → 0.3.5
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-JCV7UTGP.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-2B2CO6XX.mjs → riscv_vm-AOXNVK6L.mjs} +1 -1
- package/build/worker.js +19 -19
- 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__h651b905420f3d861: (a: number, b: number) => void;
|
|
461
|
+
readonly wasm_bindgen__closure__destroy__h73c05d03235d52ce: (a: number, b: number) => void;
|
|
462
|
+
readonly wasm_bindgen__convert__closures_____invoke__h5751b024b7e391df: (a: number, b: number) => void;
|
|
463
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6ec9ab814d2a1268: (a: number, b: number, c: any) => void;
|
|
462
464
|
readonly wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf: (a: number, b: number, c: any) => void;
|
|
463
465
|
readonly wasm_bindgen__closure__destroy__h612f8e24953b61d5: (a: number, b: number) => void;
|
|
464
|
-
readonly wasm_bindgen__convert__closures_____invoke__h201459934189f4a1: (a: number, b: number, c: any) => void;
|
|
465
|
-
readonly wasm_bindgen__convert__closures_____invoke__h6b88ef80ef3d6675: (a: number, b: number) => 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;
|