Hacker News new | ask | show | jobs
by supportengineer 1021 days ago
This is the part I want to know also
2 comments

I still do not understand. WxWidgets should rely on native controls rather then rendering them right? Does it mean that there is a branch of WxWidgets that renders the controls?
I wondered the same and found this comment explain it well: https://news.ycombinator.com/item?id=32689473 (the edit on the bottom in particular)
Maybe it's using gtk and compiling that to wasm and rendering via canvas?