UNPKG

vite-plugin-wasm

Version:

Add WebAssembly ESM integration (aka. Webpack's `asyncWebAssembly`) to Vite and support `wasm-pack` generated modules.

2 lines (1 loc) 83 B
export declare function createBase64UriForWasm(filePath: string): Promise<string>;