wasmer/examples/callback-guest/README.md

6 lines
189 B
Markdown
Raw Normal View History

# Call back guest
This is part of the `callback` example. This Wasm module passes host imports and its own functions to the Wasm host to execute.
See `examples/callback.rs` for the host