-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Detect when wasmtime is not installed in Tools/wasm/wasi.py
#121521
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
Labels
Comments
brettcannon
added a commit
to brettcannon/cpython
that referenced
this issue
Jul 9, 2024
brettcannon
added a commit
that referenced
this issue
Jul 9, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 9, 2024
…/wasi.py` (pythonGH-121522) (cherry picked from commit f621618) Co-authored-by: Brett Cannon <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
Right now,
Tools/wasm/wasi.py
callsshutil.which()
at the global level of the file. That means you can end up w/None
in yourHOSTRUNNER
environment variable.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Tools/wasm/wasi.py
#121522Tools/wasm/wasi.py
(GH-121522) #121558The text was updated successfully, but these errors were encountered: