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