python-wasm
python-wasm copied to clipboard
Build scripts and configuration for building CPython for Emscripten
So far the work has focused on the `emscripten` browser. Do we want to also try and tackle `wasi` in this repo as well?
Maybe the right place to ask is https://bugs.python.org/issue40280, but is there a option to disable the emscripten file packaging stage ( but not filesysem support )? Because when using external...
If we can get code examples on docs.python.org to be executable in the browser then that might be quite the boon for this project, motivation for others to get involved,...
It's tricky to debug emscripten builds. By default emcc strips all debug symbols and even function names from WASM files. I got some promising results with debug builds, source map,...