Skip to content

Commit 291cab2

Browse files
authored
Update README.md.
1 parent 7e58fbf commit 291cab2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ This means the NuGet package does not work on other platforms by default.
1111
If you are using a different platform and can provide the necessary binaries, contributions adding them to the `runtimes/` folder are welcome.
1212

1313
## Building
14+
Ensure all Git submodules are up to date:
15+
```bash
16+
git submodule update --init --recursive
17+
```
18+
1419
- **If you only changed C# code:** The project automatically uses the pre-built native binaries from `runtimes/`, no manual compilation is needed.
1520
- **If you updated Binaryen itself:** Rebuild Binaryen as a shared library, then place the compiled binaries for each target runtime into the `runtimes/` folder.
1621

0 commit comments

Comments
 (0)