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

73a8514 · Jan 20, 2022

History

6 Commits
Jan 20, 2022
Jan 19, 2022
Jan 20, 2022

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