Skip to content

Commit 0f76e76

Browse files
committed
docs: update WASM build steps
1 parent 079dc24 commit 0f76e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Before building, make sure you have properly created and set an `.env` file in `
8181

8282
## Building the WASM Module Yourself
8383

84-
1. [Install](https://github.com/navigraph/cargo-msfs) cargo-msfs
84+
1. Create a `.env` file in the root of this repository, containing a `SENTRY_URL` variable. Provide your own DSN, or leave it empty.
8585
2. Run `bun run build:wasm` at the root of the repository (requires Docker)
8686
- This will take a while to download and build the first time, but subsequent runs will be quicker
8787
3. The compiled WASM module will be copied to `dist/wasm`. There will be two folders - `2020` and `2024`, for each sim version

0 commit comments

Comments
 (0)