{"library":"wasm-inliner","type":"library","category":null,"description":"Zero-config WASM to inline JS bundler. Version 1.0.0 converts a .wasm file into a standalone JavaScript file embedding the binary as Base64, eliminating the need for fetch, CORS headers, or separate hosting. Suitable for both browser and Node.js environments, it provides a simple init function to instantiate the module. Released as a CLI tool and library, it targets small WASM modules and prioritizes simplicity over complex build integration. Differentiates from full build systems like webpack/wasm-pack by being a single-purpose, no-config utility.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","wasm","webassembly","inline","base64","bundler","cors-fix"],"last_verified":"Mon Apr 27","install":[{"cmd":"npm install wasm-inliner","imports":["import initWasm from './your-file.bundle.js';","node bin/cli.js your-file.wasm"]},{"cmd":"yarn add wasm-inliner","imports":[]},{"cmd":"pnpm add wasm-inliner","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/wasm-inliner","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}