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
Wasm build instructions are confusing to this wasm newbie #95205
Comments
No, it is not worthless; the
No need. It is already mapped via the |
Thanks. the incorrect configure reference was the problem. |
The documentation assumes that you run all commands from a CPython checkout inside and outside the container. Depending on how you run the container, you may |
Co-authored-by: Christian Heimes <christian@python.org> (cherry picked from commit 310f94871a923f6cf3dc9259e732ce2376578b26) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Co-authored-by: Christian Heimes <christian@python.org>
Latest changes worked for me until I got here: emrun builddir/emscripten-browser/python.html This failed from inside the running Docker image with this error:
I don't know where browser firefox is specified. Must be a default. The second option (running |
- drop ``emrun`` - add build and debug instructions for WASI - add wasi-env helper script
Documentation
I know nothing about wasm or emscripten, but am curious. I know next-to-nothing (anymore) about Docker. So, naively working my way through Tools/wasm/README.md I see:
followed immediately by
The
docker run
command puts me in a docker shell, from which the configure command is pretty worthless. It seems I am supposed to be back at my computer's prompt, but what good is thedocker run
command at that point? Am I supposed to check out .../python/cpython inside the docker env? I'm clearly missing something and suspect other people new to wasm probably are as well.The text was updated successfully, but these errors were encountered: