1
0
mirror of https://github.com/fluencelabs/wasmer synced 2024-12-15 23:25:41 +00:00
wasmer/examples/callback-guest/README.md
2019-09-19 13:53:07 -07:00

189 B

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