diff options
author | Sam Clegg <sbc@chromium.org> | 2021-12-01 12:57:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 20:57:55 +0000 |
commit | 98b1ff3f7ba752dcb0d7b435a97697108c5fe2e9 (patch) | |
tree | ce5b789b7350412b9afdc288ea1421fd1efcb127 /CHANGELOG.md | |
parent | 029ccd7126ca964da0d25352c5471a2f90d1d4ee (diff) | |
download | binaryen-98b1ff3f7ba752dcb0d7b435a97697108c5fe2e9.tar.gz binaryen-98b1ff3f7ba752dcb0d7b435a97697108c5fe2e9.tar.bz2 binaryen-98b1ff3f7ba752dcb0d7b435a97697108c5fe2e9.zip |
Version 103 (#4364)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1bcb9ce..7976734c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ full changeset diff at the end of each section. Current Trunk ------------- +v103 +---- + - The EffectAnalyzer now takes advantage of immutability of globals. To achieve that it must have access to the module. That is already the case in the C++ API, but the JS API allowed one to optionally not add a module when calling |