Skip to content

Commit d6aced8

Browse files
committed
1.39.12
1 parent aaf3cbd commit d6aced8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ See docs/process.md for how version tagging works.
1717

1818
Current Trunk
1919
-------------
20+
21+
v1.39.12: 04/09/2020
22+
--------------------
2023
- Pass linker flags dirctly to wasm-ld by default. We still filter out certain
2124
flags explcitly. If there are other flags that it would be useful for us
2225
to ignore we can add them to the list of ignored flags.
@@ -39,6 +42,14 @@ Current Trunk
3942
undefined symbols can come from JS, but in the future we hope to mark such
4043
symbols explicitly to allow the linker to report on genuinely undefined
4144
symbols.
45+
- Dynamic linking optimizations: Stop emitting unnecessary `fp$` and `g$`
46+
accessors in main modules, possible in Binaryen thanks to ensuring function
47+
table indexes are unique (#10741).
48+
- New `JS_MATH` option to use `Math.*` in JS instead of compiled musl (#10821).
49+
- Pass `Module` to Module callback functions like `Module.preRun` (#10777).
50+
- Support not having ports, for packagers of emscripten that don't want
51+
them (#10810).
52+
- Rename syscalls to have meaningful names (#10750).
4253

4354
v1.39.11: 03/20/2020
4455
--------------------

emscripten-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.39.11"
1+
"1.39.12"

0 commit comments

Comments
 (0)