Struct wasmi::MemoryDescriptor[][src]

pub struct MemoryDescriptor { /* fields omitted */ }

Description of a linear memory.

Primarly used to describe imports of linear memories. See ImportResolver for details.

Methods

impl MemoryDescriptor
[src]

Returns initial size (in pages) of the requested memory.

Returns maximum size (in pages) of the requested memory.

Auto Trait Implementations