Hello-world Program On Docker
Now that we have set up docker, we could run the following command directly in VS Code terminal(or the bash of your if you prefer ssh docker container directly).
Similarly, build iwasm vmcore.
Then you are ready to go to the directory that contains the hello world program and copy our iwasm vmcore
Now you can execute your first wasm program!
Last updated