File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ full changeset diff at the end of each section.
1414
1515Current Trunk
1616-------------
17+
18+ v97
19+ ---
20+
1721- Remove asm2wasm, which supported Emscripten's fastcomp backend, after fastcomp
1822 was removed.
1923- The new feature flag ` --enable-anyref ` enables just the ` anyref ` type incl.
@@ -26,6 +30,7 @@ Current Trunk
2630
2731v96
2832---
33+
2934- Fuzzing: Compare wasm2js to the interpreter (#3026 )
3035- Fix CountLeadingZeroes on MSVC, which lead to bad optimizations (#3028 )
3136- Asyncify verbose option (#3022 )
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.1.3)
2- project (binaryen LANGUAGES C CXX VERSION 96 )
2+ project (binaryen LANGUAGES C CXX VERSION 97 )
33include (GNUInstallDirs)
44
55# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments