about summary refs log tree commit diff stats
path: root/src/js/jsmodule.nim
Commit message (Collapse)AuthorAgeFilesLines
* Move JS wrapper into Monouchabptato2024-06-031-4/+4
| | | | Operation "modularize Chawan somewhat" part 3
* js: fix compileModulebptato2024-05-081-1/+1
|
* js: refactorbptato2024-05-081-0/+27
* prefix to-be-separated modules with js * remove dynstreams dependency * untangle from EmptyPromise * move typeptr into tojs