-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Support WASIX #17115
Copy link
Copy link
Open
Labels
proposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone
Metadata
Metadata
Assignees
Labels
proposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned.
Zig currently doesn't support Wasm/WASIX applications.
WASIX is a new standard emerging (as a non-breaking addition) over WASI Preview 1. WASIX adds full support for things like: pthreads, sockets, fork, process spawning and many more things.
See more detailed blogpost for the announcement here: https://wasmer.io/posts/announcing-wasix
And WASIX website: https://wasix.org/
Expected Behavior
Zig supporting WASIX would be huge for the Wasm and Zig communities.
Why?