Class GlobalExport
Represents a global variable exported from a WebAssembly module or instance.
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class GlobalExport : Export
Properties
| Improve this Doc View SourceKind
The kind of value for the global variable.
Declaration
public ValueKind Kind { get; }
Property Value
Type | Description |
---|---|
ValueKind |
Mutability
Gets the mutability of the global.
Declaration
public Mutability Mutability { get; }
Property Value
Type | Description |
---|---|
Mutability |