Skip to content

Build container with all dependencies #8

@tiran

Description

@tiran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions