about summary refs log tree commit diff stats
path: root/src/bindings/quickjs.nim
Commit message (Collapse)AuthorAgeFilesLines
...
* More JS bindingsbptato2022-09-131-35/+53
|
* Add JS binding generationbptato2022-09-121-34/+262
|
* Link to libcurlbptato2022-07-241-22/+25
|
* Add search functionbptato2022-07-221-0/+3
| | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK.
* Initial QuickJS integrationbptato2022-07-131-0/+129