UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

8 lines 249 B
/** * WASM Loader for Five VM * * Simplified loader that uses the main wasm-pack generated entry point * for compatibility with nodejs target builds. */ export declare function getWasmModule(): Promise<any>; //# sourceMappingURL=loader.d.ts.map