Files
apache--tvm/web/src/tvmjs_runtime_wasi.d.ts
T
wehub-resource-sync 26446540fa
Lint / lint (push) Has been cancelled
CI / MacOS (push) Has been cancelled
CI / Windows (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:36:25 +08:00

9 lines
210 B
TypeScript

import { LibraryProvider } from "./types";
export declare class EmccWASI implements LibraryProvider {
imports: Record<string, any>;
start: (inst: WebAssembly.Instance) => void;
}
export default EmccWASI;