virtual-machine 0.0.37 → 0.1.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-ASAZFOYQ.mjs → chunk-5YNIY3JH.mjs} +17 -17
- package/build/cli.js +18 -18
- package/build/index.d.ts +4 -4
- package/build/index.js +18 -18
- package/build/index.mjs +3 -3
- package/build/{riscv_vm-RB3UJCQZ.mjs → riscv_vm-HI4USQXV.mjs} +1 -1
- package/build/worker.js +18 -18
- 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
|
@@ -300,12 +300,12 @@ interface InitOutput {
|
|
|
300
300
|
readonly workerstate_new: (a: number, b: any, c: bigint) => number;
|
|
301
301
|
readonly workerstate_step_batch: (a: number, b: number) => number;
|
|
302
302
|
readonly workerstate_step_count: (a: number) => bigint;
|
|
303
|
-
readonly
|
|
304
|
-
readonly
|
|
305
|
-
readonly
|
|
303
|
+
readonly wasm_bindgen__convert__closures_____invoke__h8a077b496ee6a629: (a: number, b: number) => void;
|
|
304
|
+
readonly wasm_bindgen__closure__destroy__h54a2706e25dd10b8: (a: number, b: number) => void;
|
|
305
|
+
readonly wasm_bindgen__convert__closures_____invoke__h38b3d5c42439bcf4: (a: number, b: number) => void;
|
|
306
|
+
readonly wasm_bindgen__convert__closures_____invoke__he860240c5b649134: (a: number, b: number, c: any) => void;
|
|
306
307
|
readonly wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765: (a: number, b: number, c: any) => void;
|
|
307
308
|
readonly wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1: (a: number, b: number) => void;
|
|
308
|
-
readonly wasm_bindgen__convert__closures_____invoke__hcefed207e507b803: (a: number, b: number, c: any) => void;
|
|
309
309
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
310
310
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
311
311
|
readonly __wbindgen_exn_store: (a: number) => void;
|