This commit is contained in:
Fabrice Bellard
2025-10-08 14:16:51 +02:00
parent c8a8cf57c6
commit 7a488f3e0c
2 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
- micro optimizations (15% faster on bench-v8)
- added resizable array buffers
- added ArrayBuffer.prototype.transfer
- added the Iterator object and methods
- added set methods
- added Atomics.pause
- added added Map and WeakMap upsert methods
- added Math.sumPrecise()
- misc bug fixes
2025-09-13:
- added JSON modules and import attributes