diff options
author | Alon Zakai <azakai@google.com> | 2022-08-31 10:32:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 10:32:43 -0700 |
commit | c74d5eb62e13e11da4352693a76eec405fccd565 (patch) | |
tree | 7b3a8b34ea4e37daf26941bcd8fab480d480cd12 /CHANGELOG.md | |
parent | 1fa64bf6099e2585ed2be6c4d27479a38c30a6a3 (diff) | |
download | binaryen-c74d5eb62e13e11da4352693a76eec405fccd565.tar.gz binaryen-c74d5eb62e13e11da4352693a76eec405fccd565.tar.bz2 binaryen-c74d5eb62e13e11da4352693a76eec405fccd565.zip |
Release 110 (#5001)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f4525ff..01791498a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,13 @@ full changeset diff at the end of each section. Current Trunk ------------- -- Add support for non-nullable locals in wasm GC. + +v110 +---- + +- Add support for non-nullable locals in wasm GC. (#4959) +- Add support for multiple memories. (#4811) +- Add support for the wasm Strings proposal. (see PRs with [Strings] in name) - Add a new flag to Directize, `--pass-arg=directize-initial-contents-immutable` which indicates the initial table contents are immutable. That is the case for LLVM, for example, and it allows us to optimize more indirect calls to direct |