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.
Implementations
impl GlobalDescriptor
[src]
impl GlobalDescriptor
[src]pub fn value_type(&self) -> ValueType
[src]
Returns ValueType
of the requested global.
pub fn is_mutable(&self) -> bool
[src]
Returns whether the requested global mutable.