You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand it, trunks one and only entrypoint is fn main, which cannot be async, which means we cannot call async code in trunk apps, which is sad.
This came up today when I realized eframe::start_web is now async (since emilk/egui#2107), and eframe_template uses trunk. (This async stuff was added in order to support WebGPU).