You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ C# Bindings for the Binaryen WebAssembly toolchain.
4
4
> [!IMPORTANT]
5
5
> Binaryen.NET is currently a **prerelease** package. If you notice missing features or have ideas for improvements, contributions are welcome!
6
6
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
+
7
13
## Building
8
14
-**If you only changed C# code:** The project automatically uses the pre-built native binaries from `runtimes/`, no manual compilation is needed.
9
15
-**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