WASM aRustOid

To play go here play arustoid

Multiplayer WebAssembly game written in Rust. Front end using Emscripten for Rust to WebAssembly and backend using Rocket https://rocket.rs/

A good bootstrap for Rust with Emscripten is https://blog.therocode.net

All the source code is here https://github.com/bernardjason/arustoid

and the roughest of diagrams to show the flow of data between rust/wasm, browser javascript, javascript worker thread to deal with websocket comms and the rocket backend to handle all the player updates