Skip to content

Commit 7e58fbf

Browse files
authored
Update README.md.
1 parent 8a89cef commit 7e58fbf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ C# Bindings for the Binaryen WebAssembly toolchain.
44
> [!IMPORTANT]
55
> Binaryen.NET is currently a **prerelease** package. If you notice missing features or have ideas for improvements, contributions are welcome!
66
7+
## Platform Support
8+
Currently, Binaryen.NET includes pre-built native libraries **only for 64-bit Windows**.
9+
This means the NuGet package does not work on other platforms by default.
10+
11+
If you are using a different platform and can provide the necessary binaries, contributions adding them to the `runtimes/` folder are welcome.
12+
713
## Building
814
- **If you only changed C# code:** The project automatically uses the pre-built native binaries from `runtimes/`, no manual compilation is needed.
915
- **If you updated Binaryen itself:** Rebuild Binaryen as a shared library, then place the compiled binaries for each target runtime into the `runtimes/` folder.

0 commit comments

Comments
 (0)