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