Generate Rust-JavaScript bindings for WebAssembly modules
Facilitating high-level interactions between Wasm modules and JavaScript
wasm-bindgen$ wasm-bindgen path/to/module.wasm --out-dir ./pkg$ wasm-bindgen path/to/module.wasm --out-dir ./pkg --typescript$ wasm-bindgen path/to/module.wasm --out-dir ./pkg --target bundler