virtual-machine 0.2.0 → 0.2.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-7DLXWCYH.mjs → chunk-XMDCIPCU.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/node-worker.js +18 -18
- package/build/{riscv_vm-ECKO62BD.mjs → riscv_vm-USWLSVNQ.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
|
@@ -328,12 +328,12 @@ interface InitOutput {
|
|
|
328
328
|
readonly workerstate_new: (a: number, b: any, c: bigint) => number;
|
|
329
329
|
readonly workerstate_step_batch: (a: number, b: number) => number;
|
|
330
330
|
readonly workerstate_step_count: (a: number) => bigint;
|
|
331
|
-
readonly
|
|
332
|
-
readonly
|
|
333
|
-
readonly
|
|
334
|
-
readonly wasm_bindgen__convert__closures_____invoke__hc2505ab56e11573d: (a: number, b: number) => void;
|
|
331
|
+
readonly wasm_bindgen__convert__closures_____invoke__h68f644bdb48dd813: (a: number, b: number, c: any) => void;
|
|
332
|
+
readonly wasm_bindgen__closure__destroy__h534978b8728125b3: (a: number, b: number) => void;
|
|
333
|
+
readonly wasm_bindgen__convert__closures_____invoke__h5c64d96786ac00c5: (a: number, b: number) => void;
|
|
335
334
|
readonly wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765: (a: number, b: number, c: any) => void;
|
|
336
335
|
readonly wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1: (a: number, b: number) => void;
|
|
336
|
+
readonly wasm_bindgen__convert__closures_____invoke__h2a4d868e42b21102: (a: number, b: number) => void;
|
|
337
337
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
338
338
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
339
339
|
readonly __wbindgen_exn_store: (a: number) => void;
|