File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ See docs/process.md for how version tagging works.
17
17
18
18
Current Trunk
19
19
-------------
20
+
21
+ v1.39.12: 04/09/2020
22
+ --------------------
20
23
- Pass linker flags dirctly to wasm-ld by default. We still filter out certain
21
24
flags explcitly. If there are other flags that it would be useful for us
22
25
to ignore we can add them to the list of ignored flags.
@@ -39,6 +42,14 @@ Current Trunk
39
42
undefined symbols can come from JS, but in the future we hope to mark such
40
43
symbols explicitly to allow the linker to report on genuinely undefined
41
44
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 ).
42
53
43
54
v1.39.11: 03/20/2020
44
55
--------------------
Original file line number Diff line number Diff line change 1
- "1.39.11 "
1
+ "1.39.12 "
You can’t perform that action at this time.
0 commit comments