Chapter 10: Optimizing Rust and WebAssembly
So far, we have seen how Rust makes it easy to create and run WebAssembly modules and various tools provided by the Rust community. We will cover the following sections in this chapter:
- Minimizing the WebAssembly modules
- Analyzing the memory model in the WebAssembly module
- Analyzing the WebAssembly module with Twiggy