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
When the WASI runtime is supported, you could also have a WASIX extension (see https://wasix.org) which would then support POSIX. This in turn would allow OCaml to be published on wasmer's package registry (https://wasmer.io) and hopefully allow "wasmer run ocaml" to work!
It would be interesting to have a version of the runtime which does not depend on JavaScript, probably by linking against wasi-libc.
Some features would not be supported:
Bigarrays would need to be reimplemented using Wasm arrays instead.
The text was updated successfully, but these errors were encountered: