Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 373 Bytes

wasi-messaging-demo

This repo. contains a demo. of wasi-messaging in action.

Repository Structure

  • src/: contains an example guest implementation of the interface.
  • host/: contains an example host implementation of the interface.

Run

To run the demo.:

make build
make componentize
make run