Struct wasmi::NopExternals[][src]

pub struct NopExternals;

Implementation of Externals that just traps on invoke_index.

Trait Implementations

impl Externals for NopExternals
[src]

Perform invoke of a host function by specified index.

Auto Trait Implementations