Feat: initial commit

This commit is contained in:
Dorian Zedler 2023-02-16 20:26:45 +01:00
commit 0c31f2baab
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 3 additions and 0 deletions

0
.drone.yml Normal file
View File

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM rust:1.64.0-alpine3.16
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh