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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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