wasm-pack/Dockerfile

3 lines
103 B
Docker

FROM rust:1.64.0-alpine3.16
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh