securityos/node_modules/wasi-js/dist/runtime.d.ts

9 lines
195 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
interface Options {
noWasi?: boolean;
env?: object;
dir?: string | null;
time?: boolean;
}
export declare function run(name: string, options?: Options): Promise<void>;
export {};