File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 25
25
* Lib: make the Wasm version of Json.output work with native ints and JavaScript objects (#1872 )
26
26
* Compiler: static evaluation of more primitives (#1912 )
27
27
* Compiler: faster compilation by stopping sooner when optimizations become unproductive (#1939 )
28
+ * Runtime: use Dataview to convert between floats and bit representation
28
29
29
30
## Bug fixes
30
31
* Compiler: fix stack overflow issues with double translation (#1869 )
Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ Features are grouped by ECMAScript version.
56
56
57
57
- [ Compatibility] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap#browser_compatibility )
58
58
59
+ ### DataView
60
+
61
+ - [ Compatibility] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView#browser_compatibility )
62
+
59
63
## ECMAScript 2016
60
64
61
65
### async function
You can’t perform that action at this time.
0 commit comments