Start writing wasm container content.
This commit is contained in:
3
0-web-assembly-containers/Containerfile
Normal file
3
0-web-assembly-containers/Containerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM scratch
|
||||
COPY hello_wasm.wasm /
|
||||
CMD ["/hello_wasm.wasm"]
|
||||
Reference in New Issue
Block a user