about summary refs log tree commit diff stats
path: root/src/js/encoding.nim
Commit message (Collapse)AuthorAgeFilesLines
* Replace Chakasu with Chagashibptato2024-02-221-53/+144
| | | | | | The API is horrid :( but at least it copies less. TODO: think of a better API.
* js: merge some type modules into jstypesbptato2024-01-111-2/+1
| | | | They only had type definitions, no need to put them in separate modules.
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+112
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122