Skip to content

Very base(d)64 wasm bundler meant to be used with wasm-pack when it's being a bitch.

Notifications You must be signed in to change notification settings

Cumglue/base64-wasm-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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();

About

Very base(d)64 wasm bundler meant to be used with wasm-pack when it's being a bitch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published