This repo. contains a demo. of wasi-messaging
in action.
src/
: contains an example guest implementation of the interface.host/
: contains an example host implementation of the interface.
To run the demo.:
make build
make componentize
make run
This repo. contains a demo. of wasi-messaging
in action.
src/
: contains an example guest implementation of the interface.host/
: contains an example host implementation of the interface.To run the demo.:
make build
make componentize
make run