eggheadio / egghead-design

Illustrations and design elements for egghead.io
http://egghead.io
25 stars 4 forks source link

Using WebAssembly with Rust #127

Closed zacjones93 closed 5 years ago

zacjones93 commented 6 years ago

Primary Tags

WebAssembly, Rust

https://egghead.io/courses/using-webassembly-with-rust

In this course we explore WebAssembly. While many languages work on a compilation story to WebAssembly Rust is already ready for prime-time. Rust is a stable language and great replacement for C and C++. Due to the reference and borrowing concept, it doesn’t need a Garbage Collector and can be used for a production-ready WebAssembly project. In addition, the Rust/Wasm team has built some sophisticated tooling for straightforward interoperability between Rust and JavaScript.

In this course, we are going to set up a project and explore various paths of communication and interoperability between Rust and JavaScript.

MaggieAppleton commented 5 years ago

https://www.dropbox.com/sh/8ygkfuhbw55q0ov/AACe4ZUq7OOHxbLWvVe48jKMa?dl=0