Skip to content

Commit

Permalink
Emscripten version update due to removeFunction bug in earlier versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
simzer committed Jan 16, 2024
1 parent 4feaa9a commit 151a3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/docker/vizzu-dev-wasm
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get install -y cmake build-essential \
&& cd /root \
&& git clone https://github.com/emscripten-core/emsdk.git \
&& cd /root/emsdk \
&& ./emsdk install 3.1.41 \
&& ./emsdk activate 3.1.41 \
&& ./emsdk install 3.1.51 \
&& ./emsdk activate 3.1.51 \
&& echo "source \"/root/emsdk/emsdk_env.sh\"" >> /root/.bashrc

# Note: this installs the necessary libs to make the bundled version of Chromium that Puppeteer
Expand Down

0 comments on commit 151a3ce

Please sign in to comment.