Skip to content

Commit 6413e83

Browse files
committed
docs: Update README.md
* update to reflect .cargo/config.toml addition Signed-off-by: Sycrosity <72102935+Sycrosity@users.noreply.github.com>
1 parent 398491e commit 6413e83

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ To run and play Cosmic Crew: Galaxy, there are a few options:
2828
4. `cargo run` (faster compiles, slower performance) or `cargo run --release --no-default-features` (increased runtime performance, but longer compile times)
2929

3030
#### Using WASM
31-
1. follow the steps before-hand, skipping step 4
32-
2. `RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo run --profile wasm --no-default-features --target wasm32-unknown-unknown`, running with bevy's webgpu backend
31+
1. follow the from source instructions, skipping step 4
32+
2. `cargo run --profile wasm --no-default-features --target wasm32-unknown-unknown`, running with bevy's webgpu backend
33+
NOTE: (this uses will not work without additional config if .cargo/config.toml is removed)
3334
-------
3435

3536
## Contributing
@@ -47,7 +48,7 @@ The development build by default has some **runtime performance** improvements e
4748
cargo run --features fast_compile
4849
```
4950
You may want to create a `Makefile`, shell alias, or other similar script runner (e.g. [Just](https://just.systems/)) for this.
50-
please note: this will decrease runtime performance somewhat.
51+
NOTE: this will decrease runtime performance somewhat.
5152

5253
-------
5354

0 commit comments

Comments
 (0)