Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guide/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Ready to contribute? Here's how to setup maturin for local development.
```bash
$ cargo test
```
Note that in order to run tests you need to install `virtualenv` (`pip install virtualenv`).
Note that in order to run tests you need to install `virtualenv` (`pip install virtualenv`) and add WebAssembly compilation target (`rustup target add wasm32-wasip1`).
6. make sure your changes are well formatted and pass the linting checks by
installing [pre-commit](https://pre-commit.com/) and running
```bash
Expand Down