diff --git a/examples/pyodide/Containerfile b/examples/pyodide/Containerfile index 4998d369..36e8002a 100644 --- a/examples/pyodide/Containerfile +++ b/examples/pyodide/Containerfile @@ -2,7 +2,7 @@ FROM python:3.11.3 ENV EMSDK=/opt/emsdk EMSDK_NODE=/opt/emsdk/node/16.20.0_64bit/bin/node \ PATH=/opt/emsdk:/opt/emsdk/upstream/emscripten:/opt/emsdk/node/16.20.0_64bit/bin:$PATH RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK &&\ - emsdk install 3.1.45 && emsdk activate 3.1.45 && pip install pyodide-build==0.24.1 &&\ + emsdk install 3.1.46 && emsdk activate 3.1.46 && pip install pyodide-build==0.25.0 &&\ python -c "from pyodide_build.build_env import init_environment; init_environment()" COPY zengl-stubs /zengl/zengl-stubs diff --git a/examples/pyodide/public/index.html b/examples/pyodide/public/index.html index ef5764e9..fb86ae07 100644 --- a/examples/pyodide/public/index.html +++ b/examples/pyodide/public/index.html @@ -9,13 +9,13 @@
- +