Rewrite repo to new monorepo to stop future github sprawl.

This commit is contained in:
2023-02-03 10:53:27 +13:00
parent 2879a8d1bf
commit 9de7a917ce
7 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1,3 @@
FROM scratch
COPY hello_wasm/target/wasm32-wasi/debug/hello_wasm.wasm /
CMD ["/hello_wasm.wasm"]