about summary refs log tree commit diff stats
path: root/src/js/module.nim
Commit message (Collapse)AuthorAgeFilesLines
* js: fix some incorrect defineProperty usagebptato2024-04-211-3/+1
| | | | It consumes a value, so we must dup those that we pass.
* Update code stylebptato2024-04-171-3/+3
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* 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.