Skip to content

Commit 533ce49

Browse files
committed
changelog
1 parent 94b492d commit 533ce49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ Current Trunk
2020
- The mmap method of JavaScript filesysem drivers (based on library_fs.js) no
2121
longer takes a target memory. Its safer/cleaner/smaller to assume the target
2222
is the global memory buffer.
23+
- Remove emterpreter and ``EMTERPRETIFY`` settings. Emterpreter has largerly
24+
been replaced by asyncify and is fastcomp only so due for removing in
25+
the near future anyway.
2326

2427
1.39.16: 05/15/2020
2528
-------------------
2629
- Add Math C API for direct access to JavaScript Math object (#11151).
2730
- Address Sanitizer support now includes JavaScript as well, that is, memory
28-
access of HEAP* arrays is checked by ASan. That allows errors to be found if
31+
access of HEAP\* arrays is checked by ASan. That allows errors to be found if
2932
JS glue code does something wrong like forget to shift a pointer. To use this,
3033
just build with ASan normally, `-fsanitize=address` at link (#11147).
3134
- Fix embind string conversions in multithreaded builds (#10844).
@@ -72,9 +75,6 @@ Current Trunk
7275
this might result in slightly slower link times with the old fastcomp
7376
backend. In order to exclude these libraries build with `-nostdlib` and/or
7477
`-nostdlib++`.
75-
- Remove emterpreter and ``EMTERPRETIFY`` settings. Emterpreter has largerly
76-
been replaced by asyncify and is fastcomp only so due for removing in
77-
the near future anyway.
7878

7979
1.39.15: 05/06/2020
8080
-------------------

0 commit comments

Comments
 (0)