- rust-snake, Emscripten, and WebGL http://bl.ocks.org/26f81381b0b47c506959 7 comments rust_gamedev
- Rust-TodoMVC updated to use Rust nightly and emscripten https://github.com/tcr/rust-todomvc 6 comments rust
- emscripten-functions: a rust library with emscripten system APIs https://github.com/ALEX11BR/emscripten-functions 3 comments rust
- rust , emscripten, pthreads support https://github.com/experiment9123/rust_wasm32_emscripten_pthreads 2 comments webassembly
- compiling rust for wasm + emscripten, should this still work ? https://stackoverflow.com/questions/67474533/error-in-compiling-rust-into-webassembly-using-emscripten-on-windows 7 comments rust
- Small WebAssembly Binaries with Rust + Emscripten https://kripken.github.io/blog/binaryen/2018/04/18/rust-emscripten.html 3 comments rust
- Definitive guide to Rust, SDL 2 and Emscripten! https://blog.fazibear.me/definitive-guide-to-rust-sdl-2-and-emscripten-93d707b22bbb 4 comments rust
- Compiling to the web with Rust and emscripten https://users.rust-lang.org/t/compiling-to-the-web-with-rust-and-emscripten/7627 23 comments programming
- Compiling to the web with Rust and emscripten https://users.rust-lang.org/t/compiling-to-the-web-with-rust-and-emscripten/7627 29 comments rust
- rust + emscripten http://ashleysommer.com.au/how-to/articles/asm-js-code-using-rust-and-emscripten 3 comments rust
- Rust + emscripten == TodoMVC https://github.com/tcr/rust-todomvc 15 comments rust
- Rust to JS with Emscripten https://github.com/aerialx/cargo-build 21 comments rust
- Rust with Emscripten https://gist.github.com/klutzy/7819231 7 comments rust
- A simiple, minimal working SDL2 rust game with WASM support via emscripten https://github.com/ALEX11BR/emscripten-functions/tree/main/examples/simple-game 3 comments rust
- Rust needs help with emscripten port https://internals.rust-lang.org/t/need-help-with-emscripten-port/3154 4 comments rust
- How I failed a Game Jam (used godot-rust, at least I learned how to compile to emscripten) https://www.youtube.com/watch?v=YIrjXFgL3MI 6 comments rust
- RuggRogue - A simple web-playable roguelike made with Rust and SDL, with Emscripten for the web version https://tung.github.io/ruggrogue/ 12 comments rust_gamedev
- I've ported my NES emulator to WebAssembly using Rust's native WebAssembly support; no Emscripten involved! http://koute.github.io/pinky-web/ 47 comments rust
- Multi-platform Rust and Emscripten-Specific Functions https://www.worthe-it.co.za/programming/2017/10/10/multiplatform-rust-and-emscripten-specific-functions.html 6 comments rust
- I couldn't find an up-to-date how-to so I wrote a complete guide how to use current nightly rust with emscripten to compile code to asmjs http://ashleysommer.com.au/how-to/articles/asm-js-code-using-rust-and-emscripten 15 comments rust
- An NES emulator ported to WebAssembly using LLVM and Rust's native WebAssembly support (no Emscripten involved!) http://koute.github.io/pinky-web/ 26 comments programming