Skip to content

Commit

Permalink
Version 91 (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Feb 21, 2020
1 parent 3f4837b commit dfb2f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ full changeset diff at the end of each section.
Current Trunk
-------------

v91
---

- `BinaryenExpressionGetSideEffects` (C API) and `getSideEffects` (JS API) now
takes an additional `features` parameter.
- Reference type support is added. Supported instructions are `ref.null`,
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 90)
project(binaryen LANGUAGES C CXX VERSION 91)
include(GNUInstallDirs)

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit dfb2f27

Please sign in to comment.