-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
I have created and pushed a build container image with all build dependencies pre-installed and emcc ports pre-seeded. The container might be useful for others that like to play around with emscripten and Python WASM. The image is pretty big and experimental. It works for me must of the time, though.
$ cd cpython
$ podman run --rm -ti -v $(pwd):/python-wasm/cpython:Z quay.io/tiran/cpythonbuild:ubuntu-impish-wasm
# . /activate
# ./build-python-build.sh
...
On Docker-based systems, do
docker run --rm -ti -v $(pwd):/python-wasm/cpython quay.io/tiran/cpythonbuild:ubuntu-impish-wasm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels