This Week in Rust and WebAssembly 003
Hello and welcome to another issue of This Week in Rust and WebAssembly!
Rust is a systems language pursuing the trifecta: safety, concurrency, and speed.
WebAssembly is a stack-based virtual machine and instruction set. It is fast, safe, portable, and part of the open Web platform. By compiling to WebAssembly, we can run Rust code on the Web!
This is a weekly summary of Rust and WebAssembly’s progress and community.
Did we miss something? Tweet to us at @rustwasm or send us a pull request.
Want to get involved in Rust and WebAssembly? Join the Rust and WebAssembly working group!
New Tools, Crates, and Projects
- rust_wasm_template
- This is a template to jump-start your Rust and WebAssembly project and let you hit the ground running.
- console_error_panic_hook
- Debug panics on wasm32-unknown-unknown easier.
- Snowhash
- Generates unique ❄️ for your hash.
- Webpack plugin for Rust WebAssembly
- Runs
wasm-opt
andwasm-snip
for Webpack projects.
- Runs
News and Releases
- wasmi port that works on Intel SGX
- Logobble, a site that shows interesting things about Rust CI. Built with D3.js & Rust-WebAssembly
- cat(1) implemented on WebAssembly + Cervus
- nalgebra gained support for wasm32-unknown-unknown
- wasm-pack 0.3.0 released
- wasm-snip is now moved into rustwasm organization
Articles, Blog Posts, and Talks
- New Rustacean podcast: Crates you should know: The wasm tools.
- Webpack and WebAssembly by sendilkumarn
Requests for Contribution
- Request for contributors