mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-15 15:50:50 +00:00
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