Class TableExport
Represents a table exported from a WebAssembly module or instance.
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class TableExport : Export
Properties
| Improve this Doc View SourceKind
The value kind of the table.
Declaration
public ValueKind Kind { get; }
Property Value
| Type | Description |
|---|---|
| ValueKind |
Maximum
The maximum number of elements in the table.
Declaration
public uint Maximum { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Minimum
The minimum number of elements in the table.
Declaration
public uint Minimum { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |