about summary refs log tree commit diff stats
path: root/src/js/module.nim
Commit message (Collapse)AuthorAgeFilesLines
* Compile with styleCheck:usagesbptato2023-12-281-1/+1
| | | | much better
* Get rid of clang 16 workaroundbptato2023-12-021-2/+3
| | | | | * bindings/quickjs: importc and use correct pointer types * add constcharp module for when it is unavoidable
* javascript: refactorbptato2023-08-281-0/+1
| | | | | | | Split out parts of the JS module, because it was starting to confuse the compiler a little. (Peakmem is back at 750M. Interesting.)
* Fix module loading bugsbptato2023-06-221-0/+4
|
* Add module loading to clientbptato2023-06-011-0/+23
Files only, for now.