Making a (really Simple) Game to Learn Rust
So there was a a post on hacker news On making a game in Rust. In the comments I mentioned it would be nice to have a simple game exampl... (more…)
Read more »Compiling Rust to WebAssembly is still difficult. On macOS, there are weird bugs that require reinstalling LLVM and moving files around. On Linux, the official Emscripten binary in many cases isn’t bundled with the right LLVM, and the fix is to compile fr… Read more