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 0632a4b commit 47c1583Copy full SHA for 47c1583
CHANGELOG.md
@@ -15,6 +15,9 @@ full changeset diff at the end of each section.
15
Current Trunk
16
-------------
17
18
+v100
19
+----
20
+
21
- `wasm-dis` now supports options to enable or disable Wasm features.
22
- Reference types support has been improved by allowing multiple tables in a
23
module.
CMakeLists.txt
@@ -1,7 +1,7 @@
1
# Version set according the the cmake versions available in Ubuntu/Bionic:
2
# https://packages.ubuntu.com/bionic/cmake
3
cmake_minimum_required(VERSION 3.10.2)
4
-project(binaryen LANGUAGES C CXX VERSION 99)
+project(binaryen LANGUAGES C CXX VERSION 100)
5
include(GNUInstallDirs)
6
7
# The C++ standard whose features are required to build Binaryen.
0 commit comments