virtual-machine 0.3.8 → 0.4.0
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-5DKIVOGL.mjs → chunk-EEMRZD25.mjs} +11 -11
- package/build/cli.js +193 -17
- package/build/index.d.ts +4 -4
- package/build/index.js +12 -12
- package/build/index.mjs +3 -3
- package/build/node-worker.js +12 -12
- package/build/{riscv_vm-Z3C2DFT5.mjs → riscv_vm-5BTJBU2J.mjs} +1 -1
- package/build/worker.js +12 -12
- package/native/index.mjs +1 -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 +6 -2
package/build/index.d.ts
CHANGED
|
@@ -513,12 +513,12 @@ interface InitOutput {
|
|
|
513
513
|
readonly workerstate_step_batch: (a: number, b: number) => number;
|
|
514
514
|
readonly workerstate_step_count: (a: number) => bigint;
|
|
515
515
|
readonly worker_entry: (a: number, b: any, c: bigint) => void;
|
|
516
|
-
readonly
|
|
517
|
-
readonly
|
|
516
|
+
readonly wasm_bindgen__convert__closures_____invoke__h0d61c5f880e0f000: (a: number, b: number, c: any) => void;
|
|
517
|
+
readonly wasm_bindgen__closure__destroy__h063f9d0e4e6d3305: (a: number, b: number) => void;
|
|
518
|
+
readonly wasm_bindgen__convert__closures_____invoke__h784f747aa05330df: (a: number, b: number) => void;
|
|
519
|
+
readonly wasm_bindgen__convert__closures_____invoke__hb71c6b908e43b529: (a: number, b: number) => void;
|
|
518
520
|
readonly wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf: (a: number, b: number, c: any) => void;
|
|
519
521
|
readonly wasm_bindgen__closure__destroy__h612f8e24953b61d5: (a: number, b: number) => void;
|
|
520
|
-
readonly wasm_bindgen__convert__closures_____invoke__h383863cda42dd205: (a: number, b: number) => void;
|
|
521
|
-
readonly wasm_bindgen__convert__closures_____invoke__h68e5328ec502c4d7: (a: number, b: number) => void;
|
|
522
522
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
523
523
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
524
524
|
readonly __wbindgen_exn_store: (a: number) => void;
|