wasi-sql-demo
March 4, 2023 ยท View on GitHub
This repo. contains a demo. of wasi-sql 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
Note: This repo. adds a "fake-handler" export to the original
wasi-sqlproposal, just to highlight calling something from the host to the guest. This is not part of the proposal โ another way to do this would be to have the host call the guest's_startfxn.