What's Changed
- Fix native Big Endian build by @saghul in #1418
- Add JS_GetPendingJobContext by @mrmbernardi in #1419
- Add support for byte imports by @bnoordhuis in #1420
- Work around MSVC definition of infinity by @saghul in #1424
- Make malloc(0) always return NULL by @saghul in #1427
- added JSON.parse source text access by @saghul in #1423
- Fix discarded qualifiers compilation warning with GCC 15.2 by @saghul in #1428
- Handle overflow in expand_fast_array by @bnoordhuis in #1429
- Bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #1434
- Tame UBsan applying zero offset to null pointer by @saghul in #1432
- Make sure an ArrayBuffer never has a NULL data pointer by @saghul in #1437
- Add run-test262 --no-can-block flag by @ivankra in #1433
- Micro-optimizations to reduce dup/free by @saghul in #1436
- Fix Iterator.concat reentrancy guard by @leegn4a in #1441
- Bump mymindstorm/setup-emsdk from 14 to 15 by @dependabot[bot] in #1442
- Fix UAF in fast array delete by @leegn4a in #1438
- Fix stack size flag for Clang/MSVC ABI builds by @cronfox in #1380
- Support for non-CL Clang on Windows by @HJfod in #981
- Add JS_IsAsyncFunction by @engsr6982 in #1446
New Contributors
- @ivankra made their first contribution in #1433
- @leegn4a made their first contribution in #1441
- @cronfox made their first contribution in #1380
- @HJfod made their first contribution in #981
- @engsr6982 made their first contribution in #1446
Full Changelog: v0.13.0...v0.14.0