Skip to content

Commit f6477d1

Browse files
bors[bot]sanders41
andauthored
Merge #147
147: Adding the new flag required for the wasm build check r=curquiza a=sanders41 The wasm build now requires the `--features=sync` flag as mentioned here #132 (comment). Without this flag the build fails so I added it to the instructions in the `CONTRIBUTING.md`. Co-authored-by: Paul Sanders <[email protected]>
2 parents dc306a7 + cb6b1c1 commit f6477d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Also, the WASM example compilation should be checked:
4545

4646
```bash
4747
rustup target add wasm32-unknown-unknown
48-
cargo check --example web_app --target wasm32-unknown-unknown
48+
cargo check --example web_app --target wasm32-unknown-unknown --features=sync
4949
```
5050

5151
Each PR should pass the tests to be accepted.

0 commit comments

Comments
 (0)