This setup assumes, you have rust, npm and firefox already installed on
your system.
In addition, the following tools are needed:
```
rustup target add wasm32-none-none
cargo install wasm-pack wasm-opt
npm install -g web-ext
```
```
web-ext run --devtools
```