Rust to wasm build tool.
Find a file
Alexander Zhirov d5a3f5a0f1
All checks were successful
Build / Build project (push) Successful in 2m38s
0.13.1
2026-03-24 16:19:58 +03:00
.forgejo/workflows Initial commit 2026-03-24 16:18:54 +03:00
.gitignore Initial commit 2026-03-24 16:18:54 +03:00
package.yml 0.13.1 2026-03-24 16:19:58 +03:00
README.md 0.13.1 2026-03-24 16:19:58 +03:00

wasm-pack

wasm-pack is a streamlined tool for building, testing, and publishing Rust-generated WebAssembly (Wasm) projects. It simplifies the process of compiling Rust into efficient .wasm binaries while generating the necessary JavaScript bindings.

By automating integration with wasm-bindgen and supporting both Node.js and browser environments, it eliminates much of the manual configuration. It also optimizes output through dead code elimination and minification, making it ideal for web-focused Wasm development.