Skip to content

Commit 73a8514

Browse files
committed
Add readme.md
1 parent 87b4c03 commit 73a8514

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# rollup-base64-wasm-bundler
2+
3+
Easily bundle your .wasm files as a base64 string that can then be decoded to an Uint8Array.
4+
5+
## Usage
6+
7+
```js
8+
import importWasm from "./pathToWasm/example.wasm"
9+
10+
const wasmbytes = importWasm();
11+
```

0 commit comments

Comments
 (0)