Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taehwanno/learn-wasm-rust

Learn WebAssembly with Rust :heart:
https://github.com/taehwanno/learn-wasm-rust

rust rust-wasm wasm webassembly

Last synced: 26 days ago
JSON representation

Learn WebAssembly with Rust :heart:

Awesome Lists containing this project

README

        

# Learn WebAssembly with Rust :heart:

- **Introduction**
- [A cartoon intro to WebAssembly](https://hacks.mozilla.org/2017/02/a-cartoon-intro-to-webassembly/)
- [A crash course in just-in-time (JIT) compilers](https://hacks.mozilla.org/2017/02/a-crash-course-in-just-in-time-jit-compilers/)
- [A crash course in assembly](https://hacks.mozilla.org/2017/02/a-crash-course-in-assembly/)
- [Creating and working with WebAssembly modules](https://hacks.mozilla.org/2017/02/creating-and-working-with-webassembly-modules/)
- [What makes WebAssembly fast?](https://hacks.mozilla.org/2017/02/what-makes-webassembly-fast/)
- [Where is WebAssembly now and what’s next?](https://hacks.mozilla.org/2017/02/where-is-webassembly-now-and-whats-next/)
- **API References**
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/WebAssembly
- **Examples**
- https://www.hellorust.com/demos/
- https://github.com/codebusking/hello-world-wasm