This repository has been archived on 2021-04-27. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
309 B
Docker

FROM rustembedded/cross:wasm32-unknown-emscripten-0.2.1
# System deps
RUN apt-get update -y
RUN apt-get install emscripten -y
RUN apt-get install gcc-multilib -y
RUN apt-get install curl -y
# Emscripten
# RUN emsdk update-tags
# RUN emsdk install sdk-incoming-64bit
# RUN emsdk activate sdk-incoming-64bit