Technical requirements
We will also be building on the server code we created in the Chapter 6, Displaying Content in the Browser which can be found at https://github.com/PacktPublishing/Rust-Web-Programming-3E/tree/main/chapter06/injecting_css
You can find the full source code that will be used in this chapter here:
https://github.com/PacktPublishing/Rust-Web-Programming-3E/tree/main/chapter07
You will also need wasm-pack which can be installed via the following link:
https://rustwasm.github.io/wasm-pack/installer/
And the WebAssembly binary toolkit which can be found in the link below:
https://github.com/WebAssembly/wabt
This toolkit can also be installed with OS package managers such as brew and apt-get.