/wasm2base64

Tools for compressing WebAssembly and converting it to Base64.

Primary LanguageJavaScriptMIT LicenseMIT

wasm2base64

Summary

Tools for compressing WebAssembly and converting it to Base64.

Feature

  • Allows WebAssembly files to be handled as Base64 text.
  • Compression Streams API(MDN Docs) is used to perform compression, thus reducing file size.
  • You can embed the wasm code directly into javascript. This allows wasm to be used in Chrome extensions (Manifest V3) content scripts.

Sample

License

MIT License