Complete step by step process for running wasm container.

This commit is contained in:
2023-01-31 22:48:03 +13:00
parent 29f98dc6f1
commit 7d7df24e72
2 changed files with 67 additions and 7 deletions

View File

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