-
Notifications
You must be signed in to change notification settings - Fork 82
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
Implement WASIX #328
Implement WASIX #328
Conversation
⏱ Workflow Timer ⏱ Make sure you keep an eye on build times! The goal is to keep CI times under 10 minutes so developers can maintain a fast edit-compile-test cycle.
🤖 Beep. Boop. I'm a bot. If you find any issues, please report them to https://github.com/Michael-F-Bryan/workflow-timer. |
@temeddix the only thing blocking this PR from merging is getting the tests to pass. Once CI is happy, I'll hit merge and implement the last couple things separately. At the moment I'm trying to figure out why the |
🔥 |
This is a rewrite of the
@wasmer/wasi
package to use Wasmer 4.0 and include support for WASIX. I've renamed it to@wasmer/wasix
so we can publish it as a0.x
version and do some rapid iteration in the ecosystem.