Show / Hide Table of Contents

Class GlobalImport

Represents a global variable imported to a WebAssembly module.

Inheritance
System.Object
Import
GlobalImport
Inherited Members
Import.ModuleName
Import.Name
Import.ToString()
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class GlobalImport : Import

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