Class TableImport
Represents a table imported to a WebAssembly module.
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class TableImport : Import
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 |