You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone figured how to run the examples on wasi/native wasm runtime(not directly on native)?
I tried to run some examples with cargo wasi but all of them ended up with errors.
The text was updated successfully, but these errors were encountered:
Would someone with more know-how than me mind elaborating on how this would work? I was under the impression that it was technically impossible to compile a UI application to WASI. Especially:
How do you identify what platform / display server is active in the environment? (are these separate targets? determined at runtime?)
What WASI interface(s) do you use to talk to the display server? (especially since networking doesn't exist outside of cases like lunatic-systems right now)
Are there any examples of GUIs or GUI libs running under WASI?
Has anyone figured how to run the examples on wasi/native wasm runtime(not directly on native)?
I tried to run some examples with cargo wasi but all of them ended up with errors.
The text was updated successfully, but these errors were encountered: