feat: add a histrical wit-bindgen
This commit is contained in:
7
__wasm/wit-bindgen-sample/wit-bindgen/crates/gen-js/tests/helpers.d.ts
vendored
Normal file
7
__wasm/wit-bindgen-sample/wit-bindgen/crates/gen-js/tests/helpers.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export function getWasm(): Uint8Array;
|
||||
|
||||
export interface Wasi {
|
||||
start(instance: WebAssembly.Instance): void;
|
||||
}
|
||||
|
||||
export function addWasiToImports(importObj: any): Wasi;
|
||||
Reference in New Issue
Block a user