Complete step by step process for running wasm container.
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
FROM scratch
|
||||
COPY hello_wasm.wasm /
|
||||
COPY hello_wasm/target/wasm32-wasi/debug/hello_wasm.wasm /
|
||||
CMD ["/hello_wasm.wasm"]
|
||||
|
||||
Reference in New Issue
Block a user