-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
GH-127652: stop using --wasi preview2
in wasi.py
#127704
GH-127652: stop using --wasi preview2
in wasi.py
#127704
Conversation
It's only to use WASI 0.2 code to back preview1 APIs and is considered experimental anyway.
Thanks @brettcannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @brettcannon, I could not cleanly backport this to
|
|
Removing 3.13 backport per #127652 (comment). |
The Android buildbot failure appears to be unrelated - it's looks like a timing-related failure, which passed on the next CI pass. |
…127704) It's only to use WASI 0.2 code to back preview1 APIs and is considered experimental anyway.
It's only to use WASI 0.2 code to back preview1 APIs and is considered experimental anyway.
--wasi preview2
fromwasi.py
#127652