Start writing wasm container content.

This commit is contained in:
2023-01-31 15:53:19 +13:00
parent 26b1fad979
commit 36952d6d04
3 changed files with 37 additions and 0 deletions

View File

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