virtual-machine 0.0.26 → 0.0.27
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/index.d.ts
CHANGED
|
@@ -108,9 +108,9 @@ interface InitOutput {
|
|
|
108
108
|
readonly wasmvm_uart_output_pending: (a: number) => number;
|
|
109
109
|
readonly wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919: (a: number, b: number, c: any) => void;
|
|
110
110
|
readonly wasm_bindgen__closure__destroy__hb099e2ae98169675: (a: number, b: number) => void;
|
|
111
|
-
readonly
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
111
|
+
readonly wasm_bindgen__convert__closures_____invoke__h49614f14a8e04992: (a: number, b: number) => void;
|
|
112
|
+
readonly wasm_bindgen__closure__destroy__h1e741375b1bc7b0b: (a: number, b: number) => void;
|
|
113
|
+
readonly wasm_bindgen__convert__closures_____invoke__h2ae97a7fb85f15db: (a: number, b: number) => void;
|
|
114
114
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
115
115
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
116
116
|
readonly __wbindgen_exn_store: (a: number) => void;
|