UNPKG

vite-plugin-wasm-esm

Version:

ESM integration of wasm-pack generated modules with SSR support

6 lines (3 loc) 111 B
import { Plugin } from 'vite'; declare function wasm(modules: string[]): Plugin; export { wasm as default };