-
-
Notifications
You must be signed in to change notification settings - Fork 673
Add wasi_snapshot and make it default for wasi #988
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
Conversation
I preserved |
Hmm, bytecodealliance/wasi references a |
It's |
Ahh, sorry it's |
I see. Now I'm wondering how we can make this pluggable with a Maybe we can do // bindings/wasi.ts
export * as unstable from "./wasi_unstable.ts";
export * as snapshot_preview1 from "./wasi_snapshot.ts"; and then utilize |
Or just |
Thanks! I guess it's fine to look into the mechanism mentioned above later. |
No description provided.