Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base64: reduce pointless re-coding using JSString | bptato | 2023-10-21 | 1 | -0/+7 |
| | | | | | We now expose some functions from QuickJS to interact with JavaScript strings without re-encoding them into UTF-8. | ||||
* | Remove getClassID hack | bptato | 2023-06-27 | 1 | -0/+1 |
| | | | | Add a JS_GetClassID function to QJS instead. | ||||
* | Working Nim-QuickJS GC integration | bptato | 2023-06-24 | 1 | -0/+2 |
| | | | | I believe this works correctly. Hopefully I'm not wrong. | ||||
* | Include QuickJS sources in the repository | bptato | 2023-06-22 | 1 | -0/+1061 |
Taken from txiki.js, so it includes zamofex's top-level await patch. |