TheRustyPickle / Talon

On-demand Telegram chat analytic generator
MIT License
16 stars 6 forks source link

Make the app wasm compatible #55

Closed TheRustyPickle closed 6 months ago

TheRustyPickle commented 7 months ago

Attempt to make the app wasm compatible to serve in the web

TheRustyPickle commented 6 months ago

│ ├── grammers-mtsender v0.5.0 │ │ ├── bytes v1.5.0 │ │ ├── futures-util v0.3.30 () │ │ ├── grammers-mtproto v0.5.0 () │ │ ├── grammers-tl-types v0.5.1 (*) │ │ ├── log v0.4.20 │ │ └── tokio v1.36.0 │ │ ├── bytes v1.5.0 │ │ ├── libc v0.2.153 │ │ ├── mio v0.8.10 │ │ │ └── libc v0.2.153

mio is not wasm compatible! Likely won't be able to bypass it.