Hacker News new | ask | show | jobs
by winrid 1021 days ago
How did you get wxwidgets to compile to the web? Was it a lot of work?
2 comments

This is the part I want to know also
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?