5 lines
No EOL
149 B
Docker
5 lines
No EOL
149 B
Docker
FROM rust:1.67
|
|
|
|
RUN apt update && \
|
|
sudo apt install gcc-multilib && \
|
|
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh |