diff options
-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** |