A tool for bundling a WebAssembly .wat file into a .js ES6 library file. Creates a JavaScript file with a default export function that can be used anywhere you could use fetch(). e.g.
watever is a bundler/transpiler for WebAssembly + JavaScript. We make it easy to write modules in raw WebAssembly text format (WAT) that are consumable across the JavaScript ecosystem. Statically link ...