Tools for compressing WebAssembly and converting it to Base64.
- 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.