about summary refs log tree commit diff stats
path: root/src/js/strings.nim
Commit message (Collapse)AuthorAgeFilesLines
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-0/+3
We now expose some functions from QuickJS to interact with JavaScript strings without re-encoding them into UTF-8.