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
WASI is the WebAssembly System Interface and it's a collection of individual interfaces for things like (clocks, random, file-systems, sockets, etc.) which are expressed in an interface definition language called WIT and are imported and exported by Wasm Components.
WASI is rapidly approaching "preview 2" (est. Jan 11th) which is a major milestone with a stable version of the Component-Model and a set of WASI interfaces. Now would be a great time for asmble's developers to start investigating running components.
If you have any questions about WASI or the Component-Model, I'd be happy to answer what I can, point you to resources, and connect you with people and groups working on them.
The text was updated successfully, but these errors were encountered:
I am familiar with WASI, but I don't regularly work on this project anymore I am afraid. So I can't be sure if I'll ever get to this (or WASM GC or many of the other newer WASM things).
WASI is the WebAssembly System Interface and it's a collection of individual interfaces for things like (clocks, random, file-systems, sockets, etc.) which are expressed in an interface definition language called WIT and are imported and exported by Wasm Components.
WASI is rapidly approaching "preview 2" (est. Jan 11th) which is a major milestone with a stable version of the Component-Model and a set of WASI interfaces. Now would be a great time for asmble's developers to start investigating running components.
If you have any questions about WASI or the Component-Model, I'd be happy to answer what I can, point you to resources, and connect you with people and groups working on them.
The text was updated successfully, but these errors were encountered: