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 60cc473 commit 8dfe134Copy full SHA for 8dfe134
CHANGELOG.md
@@ -15,7 +15,12 @@ full changeset diff at the end of each section.
15
Current Trunk
16
-------------
17
18
+v98
19
+---
20
+
21
- Add `--fast-math` mode. (#3155)
22
+- Initial implementation of "Memory64" proposal (#3130)
23
+- Lots of changes in support of GC proposal
24
25
v97
26
---
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.1.3)
2
-project(binaryen LANGUAGES C CXX VERSION 97)
+project(binaryen LANGUAGES C CXX VERSION 98)
3
include(GNUInstallDirs)
4
5
# The C++ standard whose features are required to build Binaryen.
0 commit comments