Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider compiling Components & WASI to bytecode #44

Open
esoterra opened this issue Dec 10, 2023 · 2 comments
Open

Consider compiling Components & WASI to bytecode #44

esoterra opened this issue Dec 10, 2023 · 2 comments

Comments

@esoterra
Copy link

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.

@cretz
Copy link
Owner

cretz commented Dec 11, 2023

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).

@esoterra
Copy link
Author

Ah, I didn't realize it wasn't actively being developed.

It got posted/linked somewhere (mastodon probably?) and I thought there was some recent activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants