Files
vscode/extensions/copilot/build/setup-emsdk.sh
T
kieferrm 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00

8 lines
238 B
Bash
Executable File

mkdir -p /opt/dev \
&& cd /opt/dev \
&& git clone https://github.com/emscripten-core/emsdk.git \
&& cd /opt/dev/emsdk \
&& git reset --hard 0fde04880048f743056bed17cb0543a42e040fae \
&& ./emsdk install 3.1.55 \
&& ./emsdk activate 3.1.55