Skip to content

Commit

Permalink
Include emscripten in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jun 3, 2024
1 parent d0a1346 commit 98cb94d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ RUN cd /tmp && \
CAPSTONE_ARCHS=arm ./make.sh install && \
rm -r capstone*

RUN cd /opt && \
git clone https://github.com/emscripten-core/emsdk.git && \
cd emsdk && \
./emsdk install latest && \
./emsdk activate latest && \
echo "source /opt/emsdk/emsdk_env.sh" >> /etc/profile

ENV NRFX_PATH /opt/nrfx
ENV NRF5_SDK_PATH /opt/nRF5_SDK_15.3.0_59ac345
ENV ARM_TOOLCHAIN_PATH /opt/arm-gnu-toolchain

0 comments on commit 98cb94d

Please sign in to comment.