about summary refs log tree commit diff stats
path: root/src/bindings/quickjs.nim
Commit message (Expand)AuthorAgeFilesLines
* Simplify request.json, remove unused bindingsbptato2023-06-091-2/+3
* Add module loading to clientbptato2023-06-011-0/+3
* Some bindingsbptato2023-05-241-1/+10
* WIP fetchbptato2023-04-301-0/+5
* quickjs: make JSValue distinct on 32-bitbptato2023-02-051-2/+4
* Remove non-existing JS type uint64bptato2022-12-311-1/+0
* Add promise support to JSbptato2022-12-311-0/+6
* dom: fix collection cachingbptato2022-12-271-0/+1
* Remove todobptato2022-12-211-1/+0
* pager: proxy values in container; js: bugfixesbptato2022-12-201-1/+3
* Fix JS_GetPropertyNames bindingsbptato2022-12-201-1/+1
* More work on DOM (incl. bugfixes)bptato2022-12-191-0/+1
* Add JS support to documentsbptato2022-12-181-4/+31
* Rewrite buffer/pager for multi-processingbptato2022-11-191-1/+1
* Binding & macro refactoringsbptato2022-10-011-6/+22
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-161-1/+1
* Tweaks/bugfixes for armbptato2022-09-141-1/+1
* 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
* Initial QuickJS integrationbptato2022-07-131-0/+129