capy-ui / capy

💻Build one codebase and get native UI on Windows, Linux and Web
https://capy-ui.org
Mozilla Public License 2.0
1.6k stars 60 forks source link

WASM support without async #64

Closed zenith391 closed 10 months ago

zenith391 commented 10 months ago

This approach uses Web Workers and message passing instead of simple function calling. This might be more inefficient and slower (especially for complex canvas drawing) but is currently the best overall approach there is.