Skip to content

Packagve Server

Emscripten-forge packages are hosted on the emscripten-forge channel of a Quetz server.

Note

To use emscripten-forge conda packages, you need to add the emscripten-forge channel to your conda configuration or use the --channel flag when installing packages, ie:

micromamba create -n myenv --platform=emscripten-wasm32 \
    -c https://repo.mamba.pm/emscripten-forge \
    -c conda-forge \
    python numpy