about summary refs log tree commit diff stats
path: root/lib/quickjs/VERSION
Commit message (Collapse)AuthorAgeFilesLines
* Move JS wrapper into Monouchabptato2024-06-031-1/+0
| | | | Operation "modularize Chawan somewhat" part 3
* Improve string concatenation hackCharlie Gordon2024-03-021-1/+1
| | | | | | - add more cases of in place string concatenation this temporary hack improves the microbench timing by 30% but has little impact on the test262 timings.
* new releaseFabrice Bellard2024-03-021-1/+1
|
* Update QJS versionbptato2023-12-091-1/+1
| | | | now fully rebased on the latest release
* Include QuickJS sources in the repositorybptato2023-06-221-0/+1
Taken from txiki.js, so it includes zamofex's top-level await patch.