[][src]Trait wasmer_interface_types::interpreter::wasm::structures::Export

pub trait Export {
    fn inputs_cardinality(&self) -> usize;
fn outputs_cardinality(&self) -> usize;
fn inputs(&self) -> &[InterfaceType];
fn outputs(&self) -> &[InterfaceType];
fn call(
        &self,
        arguments: &[InterfaceValue]
    ) -> Result<Vec<InterfaceValue>, ()>; }

Required methods

Loading content...

Implementations on Foreign Types

impl Export for ()[src]

Loading content...

Implementors

Loading content...