Skip to content

Commit

Permalink
Release 96 (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Aug 14, 2020
1 parent 9024697 commit 72f07db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ full changeset diff at the end of each section.
Current Trunk
-------------

v96
---
- Fuzzing: Compare wasm2js to the interpreter (#3026)
- Fix CountLeadingZeroes on MSVC, which lead to bad optimizations (#3028)
- Asyncify verbose option (#3022)
- wasm2js: Add an "Export" scope for name resolution, avoids annoying
warnings (#2998)
- Extend the C- and JS-APIs (#2586)

v95
---

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 95)
project(binaryen LANGUAGES C CXX VERSION 96)
include(GNUInstallDirs)

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit 72f07db

Please sign in to comment.