Wasi support #2
Replies: 4 comments 7 replies
-
any widget-based graphics library can easily be integrated with gxi-rs |
Beta Was this translation helpful? Give feedback.
-
Adding @NathHorrigan to the thread, as he has been working on iOS integration for Wasmer wasmerio/wasmer#2516 |
Beta Was this translation helpful? Give feedback.
-
After researching and trying out different native widget frameworks with wasi, no directions point to a successful build. This is not a limitation with Possibilities:
As always if the community brings in a widget system or any method which can create a platform-specific or independent window then it can be used with gxi |
Beta Was this translation helpful? Give feedback.
-
The WebAssembly Micro Runtime seems to have such a WASI extension now. I thought I'd send a "heads up". Their example GUI is based on LVGL if you'd like to take a look. |
Beta Was this translation helpful? Give feedback.
-
I noticed on Wasmer's Slack channel that there is already an attempt at making bindings for Wasmer to use React Native. The code doesn't appear to have been publicly posted on the guy's GitHub account but he also seems to be learning Rust as quickly as I am.
This leads me to the question: Would such a binding be sufficient to wrap with macros to supply a GUI for the mobile version of GXI until a better solution is available?
Beta Was this translation helpful? Give feedback.
All reactions