Struct wasmi::GlobalDescriptor[][src]

pub struct GlobalDescriptor { /* fields omitted */ }

Description of a global variable.

Primarly used to describe imports of global variables. See ImportResolver for details.

Methods

impl GlobalDescriptor
[src]

Returns ValueType of the requested global.

Returns whether the requested global mutable.

Auto Trait Implementations