This Week in Rust and WebAssembly 001
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.
Web Assembly is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
These Weeks in Rust and WebAssembly.
Tweet us at @rustwasm or send us a pull request. Want to get involved? We love contributions
News
- WebAssembly Studio - Online IDE
- New, in-depth tutorial: Conwayโs Game of Life in Rust and WebAssembly. Topics covered include:
- Svelte was renamed to Twiggy. It is a code size profiler for WebAssembly, written in Rust
- What will it take to get
ggez
(a lightweight 2D games framework) on WebAssembly?
Cool tools to watch out for
- webchat-client-rs
- A doodle to create a mostly-rust client-server web app with a shared data model and binary communication over websocket between a server and WebAssembly client built using wasm-bindgen.