# A Whirlwind Tour of `wasm-bindgen`
What follows is a whirlwind tour of `wasm-bindgen`.
You will learn:
* Setting up your development environment for `wasm-bindgen`
* Importing JavaScript functions and classes into Rust
* Exporting Rust structs and functions to JavaScript