wapm.toml
file for your project. At the end, it should have generated a manifest like the following:wapm.toml
manifest file for your project and have logged in into WAPM, you just need to run one more command!run
subcommand, like above when running wapm run cowsay hello wapm!
.wapm run my_cmd
will execute the module defined with the name my_program_wasi
. Under the hood, wapm
calls wasmer
, the WebAssembly server runtime.