Skip to content

Commit 33fac4f

Browse files
committed
Changes
1 parent 821258d commit 33fac4f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* Lib: make the Wasm version of Json.output work with native ints and JavaScript objects (#1872)
2626
* Compiler: static evaluation of more primitives (#1912)
2727
* Compiler: faster compilation by stopping sooner when optimizations become unproductive (#1939)
28+
* Runtime: use Dataview to convert between floats and bit representation
2829

2930
## Bug fixes
3031
* Compiler: fix stack overflow issues with double translation (#1869)

ECMASCRIPT.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Features are grouped by ECMAScript version.
5656

5757
- [Compatibility](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap#browser_compatibility)
5858

59+
### DataView
60+
61+
- [Compatibility](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView#browser_compatibility)
62+
5963
## ECMAScript 2016
6064

6165
### async function

0 commit comments

Comments
 (0)