Skip to content

Commit edc03a6

Browse files
authored
Release 97 (#3140)
1 parent 2841edd commit edc03a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ full changeset diff at the end of each section.
1414

1515
Current 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

2731
v96
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)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.1.3)
2-
project(binaryen LANGUAGES C CXX VERSION 96)
2+
project(binaryen LANGUAGES C CXX VERSION 97)
33
include(GNUInstallDirs)
44

55
# The C++ standard whose features are required to build Binaryen.

0 commit comments

Comments
 (0)