File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ To run and play Cosmic Crew: Galaxy, there are a few options:
28284 . ` 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
4748cargo run --features fast_compile
4849```
4950You 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
You can’t perform that action at this time.
0 commit comments