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
There is something called WASIX that is "an effort to port legacy POSIX APIs (including many with questionable design such as fork()) to WASM." This is a relevant issue in the Zig repo -- ziglang/zig#17115
CoWasm itself is also an effort written in zig to port legacy POSIX APIs (including many with questionable design such as fork()) to WASM. So discussions about WASIX are relevant to this project.
The functionality WASIX claims to have in their blog post https://wasmer.io/posts/announcing-wasix seems in some cases to be significantly more than Cowasm, e.g., actual pthreads support (?).
The text was updated successfully, but these errors were encountered:
There is something called WASIX that is "an effort to port legacy POSIX APIs (including many with questionable design such as fork()) to WASM." This is a relevant issue in the Zig repo -- ziglang/zig#17115
CoWasm itself is also an effort written in zig to port legacy POSIX APIs (including many with questionable design such as fork()) to WASM. So discussions about WASIX are relevant to this project.
The functionality WASIX claims to have in their blog post https://wasmer.io/posts/announcing-wasix seems in some cases to be significantly more than Cowasm, e.g., actual pthreads support (?).
The text was updated successfully, but these errors were encountered: