- reduce WASM size (don't put fonts in WASM, try using wee_alloc, try to remove serde?) - browser fonts cant be used? we should investigate a way to get font data using JS - ~~clipboard doesn't work still? it works in egui demo but not on loqui (we have `web_sys_unstable_apis` enabled)~~ - mobile is a mess (using native scaling factor results in overflow, text input is almost broken)
clipboard doesn't work still? it works in egui demo but not on loqui (we haveweb_sys_unstable_apisenabled)