Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/taehwanno/learn-wasm-rust
- Owner: taehwanno
- Created: 2018-07-22T11:48:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T11:54:49.000Z (over 6 years ago)
- Last Synced: 2024-10-27T09:50:59.652Z (2 months ago)
- Topics: rust, rust-wasm, wasm, webassembly
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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