Rocket – A Rust game running on WASM

Two weeks ago, Alex Crichton’s PR adding a target for
WebAssembly to the Rust compiler was merged. There are many differences
between this target and the Emscripten one, but the important one for me is that
it doesn’t depend on external stuff like the Ems… Read more

Similar

An essay of checked exceptions in Rust

Two years ago I started the cex project to support checked exceptions in Rust. After eating my own dog food, I'd like to share some thoughts - with little code and more like an essay. Checked exceptions provide code-as-documentation #[cex] pub fn foo()... (more…)

Read more »