Official WASM tutorial?

I want to play around with Rust and WASM. Where do I find official & up-to-date documentation for the wasm toolchains?

I found https://www.hellorust.com/, which does not seem to be no official documentation. Also, it does not explain the options and tools presented in their setup

2 Likes

hellorust.com indeed is unmaintained and I should just redirect to more appropriate resources (I'm the owner of that one).

You can find the Rust+Wasm book here: Introduction - Rust and WebAssembly
It's maintained by the Rust+Wasm Working Group, their resources are all here: Rust and WebAssembly · GitHub

3 Likes