getTable method

WasmTable? getTable(
  1. String name
)

Returns the table with name if it exists.

Implementation

WasmTable? getTable(String name) => getExportTyped(name);