Files
simple-rust-tests/__wasm/wit-bindgen-sample/wit-bindgen/crates/gen-js/tests/helpers.d.ts

8 lines
170 B
TypeScript

export function getWasm(): Uint8Array;
export interface Wasi {
start(instance: WebAssembly.Instance): void;
}
export function addWasiToImports(importObj: any): Wasi;