mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 10:51:09 +00:00
Merge pull request #91 from fitzgen/more-contrib
Update CONTRIBUTING.md
This commit is contained in:
commit
95d38795a9
@ -14,7 +14,8 @@ please checkout [`DESIGN.md`](DESIGN.md).
|
|||||||
|
|
||||||
[install Rust]: https://www.rust-lang.org/en-US/install.html
|
[install Rust]: https://www.rust-lang.org/en-US/install.html
|
||||||
|
|
||||||
2. The tests for this project use Node. [Install Node].
|
2. The tests for this project use Node. Make sure you have node >= 8 installed,
|
||||||
|
as that is when WebAssembly support was introduced. [Install Node].
|
||||||
|
|
||||||
[Install Node]: https://nodejs.org/en/
|
[Install Node]: https://nodejs.org/en/
|
||||||
|
|
||||||
@ -24,5 +25,16 @@ please checkout [`DESIGN.md`](DESIGN.md).
|
|||||||
npm install yarn -g
|
npm install yarn -g
|
||||||
```
|
```
|
||||||
|
|
||||||
... or follow other platform-specific instructions [here](https://yarnpkg.com/en/docs/install).
|
... or follow other platform-specific instructions [here](https://yarnpkg.com/en/docs/install).
|
||||||
|
|
||||||
|
Once `yarn` is installed, run it in the top level directory:
|
||||||
|
|
||||||
|
```
|
||||||
|
yarn
|
||||||
|
```
|
||||||
|
|
||||||
|
Finally, you can run the tests with `cargo`:
|
||||||
|
|
||||||
|
```
|
||||||
|
cargo test
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user