Skip to content

Commit 2bc4658

Browse files
committed
docs: Update doc regarding 2024 wasm module build removal
1 parent c6459ed commit 2bc4658

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ The default location for navigation data is `work/NavigationData`.
8787

8888
1. Create a `.env` file in the root of this repository, containing a `SENTRY_URL` variable. Provide your own DSN, or leave it empty.
8989
2. Run `bun run build:wasm` at the root of the repository (requires Docker)
90-
- This will take a while to download and build the first time, but subsequent runs will be quicker
91-
3. The compiled WASM module will be copied to `dist/wasm`. There will be two folders - `2020` and `2024`, for each sim version
90+
- This will take a while to download and build the first time, but subsequent runs will be quicker.
91+
- The WASM module will be compatible for MSFS 2020 & 2024.
92+
3. The WASM module that is compiled in `dist/wasm/2020` folder will be copied automatically to the aircraft `panel` folder.
9293

9394
## Interfacing with the gauge manually
9495

0 commit comments

Comments
 (0)