Struct wasmi::TableDescriptor[][src]

pub struct TableDescriptor { /* fields omitted */ }

Description of a table.

Primarly used to describe imports of tables. See ImportResolver for details.

Methods

impl TableDescriptor
[src]

Returns initial size of the requested table.

Returns maximum size of the requested table.

Auto Trait Implementations