File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ full changeset diff at the end of each section.
1515Current Trunk
1616-------------
1717
18+ v101
19+ ----
20+
1821- ` BinaryenSetFunctionTable ` and ` module.setFunctionTable ` have been removed
1922 in favor of ` BinaryenAddTable ` and ` module.addTable ` respectively.
2023- ` BinaryenIsFunctionTableImported ` is removed.
Original file line number Diff line number Diff line change 11# Version set according the the cmake versions available in Ubuntu/Bionic:
22# https://packages.ubuntu.com/bionic/cmake
33cmake_minimum_required (VERSION 3.10.2)
4- project (binaryen LANGUAGES C CXX VERSION 100 )
4+ project (binaryen LANGUAGES C CXX VERSION 101 )
55include (GNUInstallDirs)
66
77# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments