mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
.. | ||
callback-guest.rs | ||
callback-guest.wasm | ||
README.md |
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