We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af35bef commit 055012dCopy full SHA for 055012d
NEWS.md
@@ -1,5 +1,29 @@
1
# rwasm (development version)
2
3
+## New features
4
+
5
+* Added a mechanism to override `AC_CHECK_FUNCS` with Autoconf (#32).
6
7
+* Shim `uname` and `pkg-config` when cross-compiling (#9).
8
9
+* Added documentation.
10
11
+## Breaking changes
12
13
+* The `dependencies` argument in `add_pkg()` is now `FALSE` by default.
14
15
+* Made CXX17 the default (#12).
16
17
+## Bug fixes
18
19
+* Packages using OpenMP can now be cross-compiled (#17).
20
21
+* Prevent packages from accessing the host LIBS (#10).
22
23
+* Use a default shell when running configure scripts (#8).
24
25
+* Various tweaks and bug fixes for cross-compiling on Linux host.
26
27
# rwasm 0.0.1
28
29
## Breaking changes
0 commit comments