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]

[src]

Returns initial size of the requested table.

[src]

Returns maximum size of the requested table.

Trait Implementations

Auto Trait Implementations