Module wasmer::externals::function

source ·

Modules

Structs

  • A WebAssembly function instance.
  • An empty struct to help Rust typing to determine when a HostFunction does have an environment.
  • An empty struct to help Rust typing to determine when a HostFunction does not have an environment.

Traits

  • The HostFunction trait represents the set of functions that can be used as host function. To uphold this statement, it is necessary for a function to be transformed into a VMFunctionCallback.