virtual-machine 0.4.0 → 0.4.1
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-EEMRZD25.mjs → chunk-ZJDBYKV4.mjs} +15 -15
- package/build/cli.js +17 -31
- package/build/index.d.ts +4 -4
- package/build/index.js +16 -16
- package/build/index.mjs +3 -3
- package/build/node-worker.js +16 -16
- package/build/{riscv_vm-5BTJBU2J.mjs → riscv_vm-76YCYKQP.mjs} +1 -1
- package/build/worker.js +16 -16
- 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 +1 -1
package/build/index.d.ts
CHANGED
|
@@ -513,10 +513,10 @@ 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
|
|
518
|
-
readonly
|
|
519
|
-
readonly
|
|
516
|
+
readonly wasm_bindgen__convert__closures_____invoke__hf82ace793514c4bf: (a: number, b: number) => void;
|
|
517
|
+
readonly wasm_bindgen__closure__destroy__h36a9954ef104e71a: (a: number, b: number) => void;
|
|
518
|
+
readonly wasm_bindgen__convert__closures_____invoke__hc52153a78090318a: (a: number, b: number, c: any) => void;
|
|
519
|
+
readonly wasm_bindgen__convert__closures_____invoke__h8c01b902d0cec50b: (a: number, b: number) => void;
|
|
520
520
|
readonly wasm_bindgen__convert__closures_____invoke__h260170fb96639bcf: (a: number, b: number, c: any) => void;
|
|
521
521
|
readonly wasm_bindgen__closure__destroy__h612f8e24953b61d5: (a: number, b: number) => void;
|
|
522
522
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|