Module wasmer_vm::table

source ·
Expand description

Memory management for tables.

Table is to WebAssembly tables what Memory is to WebAssembly linear memories.

Structs§

Enums§

  • A reference stored in a table. Can be either an externref or a funcref.

Unions§