diff options
author | bptato <nincsnevem662@gmail.com> | 2024-12-26 18:34:52 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-12-26 18:34:52 +0100 |
commit | 98978cd9760b17f4f61c45bcc4c6c3c6f0d18a4f (patch) | |
tree | 2084126b37a152c59cbcf6568043cf6ab52b28bb | |
parent | 27017eace95766a3d9871e8bf3daa02c6e0d7d74 (diff) | |
download | chawan-98978cd9760b17f4f61c45bcc4c6c3c6f0d18a4f.tar.gz |
Update todo
-rw-r--r-- | todo | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/todo b/todo index fb434b27..92a86996 100644 --- a/todo +++ b/todo @@ -1,6 +1,8 @@ -compilation: -- reduce binary size - * fbf for unifont +reduce binary size: +- fbf for unifont +- init some JS APIs from byte-code compiled JS? + * ones that return static values could just use a + defineProperty. e.g. most of navigator, parts of screen charsets: - set up some fuzzer - use appropriate charsets in forms, urls, etc. |