Replies: 2 comments 1 reply
-
Yeah, also need to mention that on ios devices, there's an app called a-shell which runs wasm32-unknown-wasip1 binaries. If wasi is supported in the future, maybe it'll be possible to run Cosmo binaries on ios |
Beta Was this translation helpful? Give feedback.
0 replies
-
WASM should target Cosmopolitan. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As WASI reached the milestone for preview 2, with supports for sockets and filesystem, I wonder if Cosmo could target WASI Preview 2 to make it a greater build once, run anywhere.
The resulting WASM file could be run using an external runtime, or Cosmo could choose to include a minimal one like Hermit does.
It would be really nice to be able to bring some of the C libraries to the web, such as
libxslt
.Beta Was this translation helpful? Give feedback.
All reactions