Description
Connects Rust-generated WebAssembly with JavaScript so web projects can call across the language boundary more easily. It is useful when building browser or JavaScript-hosted applications that use Rust for performance-sensitive or shared logic.
This is a developer tool used in build workflows, not a runtime app for end users. It generates binding code, so developers should review generated interfaces and keep the Rust, JavaScript, and bundler setup aligned.