virtual-machine 0.0.29 → 0.0.30
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-QLEPTS7N.mjs → chunk-RTJAHMWT.mjs} +10 -10
- package/build/cli.js +11 -11
- package/build/index.d.ts +3 -3
- package/build/index.js +11 -11
- package/build/index.mjs +3 -3
- package/build/{riscv_vm-Y73VOGQ2.mjs → riscv_vm-K77G5X4P.mjs} +1 -1
- package/build/worker.js +10 -10
- package/build/worker.mjs +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -119,9 +119,9 @@ interface InitOutput {
|
|
|
119
119
|
readonly wasmvm_step_n: (a: number, b: number) => number;
|
|
120
120
|
readonly wasmvm_uart_output_pending: (a: number) => number;
|
|
121
121
|
readonly worker_entry: (a: number, b: any, c: bigint) => void;
|
|
122
|
-
readonly
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
122
|
+
readonly wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795: (a: number, b: number) => void;
|
|
123
|
+
readonly wasm_bindgen__closure__destroy__h3128a8e596085273: (a: number, b: number) => void;
|
|
124
|
+
readonly wasm_bindgen__convert__closures_____invoke__hca46242f02098063: (a: number, b: number) => void;
|
|
125
125
|
readonly wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765: (a: number, b: number, c: any) => void;
|
|
126
126
|
readonly wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1: (a: number, b: number) => void;
|
|
127
127
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|