We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(As discussed offline with @brettcannon)...
It might be helpful to display the path to the python.sh script after a successful run of py Tools/wasm/wasi.py make-host.
python.sh
py Tools/wasm/wasi.py make-host
This is a minor feature, which does not need previous discussion elsewhere
No response
The text was updated successfully, but these errors were encountered:
Should be nothing more than changing the following line:
cpython/Tools/wasm/wasi.py
Line 272 in e5e51bd
to use:
Lines 92 to 109 in e5e51bd
with quiet=False.
quiet=False
Sorry, something went wrong.
pythongh-133259: Show path to python.sh script on successful build
60d744e
gh-133259: Show path to python.sh script on successful build (#133268)
c141340
* gh-133259: Show path to python.sh script on successful build * wasmtime -> (generic) wasm runtime
mdboom
No branches or pull requests
Feature or enhancement
Proposal:
(As discussed offline with @brettcannon)...
It might be helpful to display the path to the
python.sh
script after a successful run ofpy Tools/wasm/wasi.py make-host
.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
The text was updated successfully, but these errors were encountered: