0.13.1
All checks were successful
Build / Build project (push) Successful in 4m3s

This commit is contained in:
Alexander Zhirov 2025-05-09 19:53:03 +03:00
parent e715886afa
commit 455bac2f39
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 34 additions and 0 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# 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.