You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The emscripten installation instructions in Tools/wasm/README.md recommend checking out to /opt/emsdk, which isn't best practice since it requires running as root to install there. For security's sake, it should just be to the current directory.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
The text was updated successfully, but these errors were encountered:
Bug report
Bug description:
The emscripten installation instructions in
Tools/wasm/README.md
recommend checking out to/opt/emsdk
, which isn't best practice since it requires running as root to install there. For security's sake, it should just be to the current directory.CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
The text was updated successfully, but these errors were encountered: