wasmer/examples/callback-guest
2020-04-28 11:36:01 -07:00
..
callback-guest.rs Address feedback, cleanup, fix memory leak in LLVM-backend 2020-04-28 11:36:01 -07:00
callback-guest.wasm Address feedback, cleanup, fix memory leak in LLVM-backend 2020-04-28 11:36:01 -07:00
README.md Move callback guest out of direct examples dir 2019-09-19 13:53:07 -07: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