virtual-machine 0.0.14 → 0.0.15
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
|
@@ -69,6 +69,8 @@ interface InitOutput {
|
|
|
69
69
|
readonly wasmvm_step: (a: number) => void;
|
|
70
70
|
readonly wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919: (a: number, b: number, c: any) => void;
|
|
71
71
|
readonly wasm_bindgen__closure__destroy__hb099e2ae98169675: (a: number, b: number) => void;
|
|
72
|
+
readonly wasm_bindgen__convert__closures_____invoke__hdce74b4265fa20da: (a: number, b: number) => void;
|
|
73
|
+
readonly wasm_bindgen__closure__destroy__h5a236a3e5f42ce16: (a: number, b: number) => void;
|
|
72
74
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
73
75
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
74
76
|
readonly __wbindgen_exn_store: (a: number) => void;
|