diff options
author | Sam Clegg <sbc@chromium.org> | 2019-04-02 16:52:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 16:52:54 -0700 |
commit | 91704fbae74fa7c89a017764eaa5ff03eda5ec0d (patch) | |
tree | 93d4b6a6b61c678a834f4f011bb80570200182c9 | |
parent | d2f7d4db6ef38b6653cb2b0ef115b8282d825673 (diff) | |
download | binaryen-91704fbae74fa7c89a017764eaa5ff03eda5ec0d.tar.gz binaryen-91704fbae74fa7c89a017764eaa5ff03eda5ec0d.tar.bz2 binaryen-91704fbae74fa7c89a017764eaa5ff03eda5ec0d.zip |
Update CHANGELOG.md (#1978)
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fa19c82..ae94e9bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +Changelog +========= + This document describes changes between tagged Binaryen versions. To browse or download snapshots of old tagged versions, visit @@ -12,13 +15,22 @@ full changeset diff at the end of each section. Current Trunk ------------- +- Add support for llvm PIC code. +- Add --side-module option to wasm-emscripten-finalize. + +v73 +--- + +- Remove wasm-merge tool. + +v73 +--- + - Remove jsCall generation from wasm-emscripten-finalize. This is not needed as of https://github.com/emscripten-core/emscripten/pull/8255. -### BREAKING CHANGES (old to new) - -v.55 -==== +v55 +--- - `RelooperCreate` in the C API now has a Module parameter, and `RelooperRenderAndDispose` does not. @@ -26,7 +38,7 @@ v.55 - Relooper: Condition properties on Branches must not have side effects. older -===== +----- - `BinaryenSetFunctionTable` in the C API no longer accepts an array of functions, instead it accepts an array of function names, `const char** |