Skip to content

Commit

Permalink
Release 97 (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Sep 17, 2020
1 parent 2841edd commit edc03a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ full changeset diff at the end of each section.

Current Trunk
-------------

v97
---

- Remove asm2wasm, which supported Emscripten's fastcomp backend, after fastcomp
was removed.
- The new feature flag `--enable-anyref` enables just the `anyref` type incl.
Expand All @@ -26,6 +30,7 @@ Current Trunk

v96
---

- Fuzzing: Compare wasm2js to the interpreter (#3026)
- Fix CountLeadingZeroes on MSVC, which lead to bad optimizations (#3028)
- Asyncify verbose option (#3022)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1.3)
project(binaryen LANGUAGES C CXX VERSION 96)
project(binaryen LANGUAGES C CXX VERSION 97)
include(GNUInstallDirs)

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

0 comments on commit edc03a6

Please sign in to comment.