Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 227 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 227 Bytes

rollup-base64-wasm-bundler

Easily bundle your .wasm files as a base64 string that can then be decoded to an Uint8Array.

Usage

import importWasm from "./pathToWasm/example.wasm"

const wasmbytes = importWasm();