Show / Hide Table of Contents

Class GlobalExport

Represents a global variable exported from a WebAssembly module or instance.

Inheritance
System.Object
Export
GlobalExport
Inherited Members
Export.Name
Export.ToString()
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class GlobalExport : Export

Properties

| Improve this Doc View Source

Kind

The kind of value for the global variable.

Declaration
public ValueKind Kind { get; }
Property Value
Type Description
ValueKind
| Improve this Doc View Source

Mutability

Gets the mutability of the global.

Declaration
public Mutability Mutability { get; }
Property Value
Type Description
Mutability
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX