commit 0c31f2baab21387de94c975f3d0c5ab4a9fc8986 Author: Dorian Zedler Date: Thu Feb 16 20:26:45 2023 +0100 Feat: initial commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e69de29 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..05cb165 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM rust:1.64.0-alpine3.16 + +RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \ No newline at end of file