UNPKG

@wapython/wasi

Version:

Javascript library for interacting with WASI Modules in Node.js and the Browser.

9 lines (8 loc) 195 B
interface Options { noWasi?: boolean; env?: object; dir?: string | null; time?: boolean; } export declare function run(name: string, options?: Options): Promise<void>; export {};