Hi there.
First, let me say that what you've done are is just amazing. I have been trying do find ways to a declarative UI Framework at this level, and then finally finding your project is just awesome. It has just the right level of abstraction.
Which leads me to some questions. :)
My idea is to create a new backend for the browser for apps compiled to Wasm using Swiftwasm. By using JavacriptKit I imagine a backend that renders via HTML elements.
I am an experienced developer, but Swift is new to me. I am ready to get started though. :)
But:
- Do you see any obvious obstacles in creating a Wasm backend?
- Do you know of anything in Aparoksha that would hinder it to work with Swift embedded mode? (Apple shared some quite promising Wasm examples that shows binary sizes can become very small)