File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ Current Trunk
20
20
- The mmap method of JavaScript filesysem drivers (based on library_fs.js) no
21
21
longer takes a target memory. Its safer/cleaner/smaller to assume the target
22
22
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.
23
26
24
27
1.39.16: 05/15/2020
25
28
-------------------
26
29
- Add Math C API for direct access to JavaScript Math object (#11151 ).
27
30
- 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
29
32
JS glue code does something wrong like forget to shift a pointer. To use this,
30
33
just build with ASan normally, ` -fsanitize=address ` at link (#11147 ).
31
34
- Fix embind string conversions in multithreaded builds (#10844 ).
@@ -72,9 +75,6 @@ Current Trunk
72
75
this might result in slightly slower link times with the old fastcomp
73
76
backend. In order to exclude these libraries build with ` -nostdlib ` and/or
74
77
` -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.
78
78
79
79
1.39.15: 05/06/2020
80
80
-------------------
You can’t perform that action at this time.
0 commit comments