illustration for Using WebAssembly with Rust
free

Using WebAssembly with Rust

Instructor

Nik Graf

25m closed-captioning
·
11 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.1
383
people completed
Published 6 years ago
|
Updated 4 years ago

Many languages work on a compilation story to WebAssembly, but Rust is already ready for primetime. Why?

  • Rust is a stable language and great replacement for C and C++.
  • Due to the reference and borrowing concept, Rust doesn’t need a Garbage Collector and can be used for a production-ready WebAssembly project.
  • The Rust/Wasm team has built some sophisticated tooling for straightforward interoperability between Rust and JavaScript.

This course gives you the tools to compile to WebAssembly with Rust. Over 11 lessons, we’ll set up a project and explore various paths of communication and interoperability between Rust and JavaScript.

Free Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.