The goal of this course is to explain how to setup a project using JavaScript and WebAssembly with Rust.
We start out with building our first WebAssembly module and loading it. Then we gradually build up until to a point where we use wasm-bindgen to invoke functions and pass data between JavaScript and Rust without a hassel.
Further we explore various tools like wasm-pack to build our Rust code with ease and use them in combination with Node or Webpack.