-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Wasm build instructions are confusing to this wasm newbie #95205
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
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 <[email protected]> (cherry picked from commit 310f948) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Co-authored-by: Christian Heimes <[email protected]>
Co-authored-by: Christian Heimes <[email protected]> (cherry picked from commit 310f948) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
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
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Co-authored-by: Erlend Egeberg Aasland <[email protected]> (cherry picked from commit e8f3e8f) Co-authored-by: Christian Heimes <[email protected]>
Co-authored-by: Erlend Egeberg Aasland <[email protected]> (cherry picked from commit e8f3e8f) Co-authored-by: Christian Heimes <[email protected]>
How's the last changes working out for you, Skip? |
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: