Skip to main content

Class Global

Represents global that can be accessed from a WebAssembly module.

Assembly: WaaS.Core.dll
View Source
Declaration
public class Global : IExternal

Derived:
WaaS.Runtime.GlobalMutable, WaaS.Runtime.Global<TValue>

Implements:
WaaS.Runtime.IExternal

Properties

Mutability

View Source
Declaration
public virtual Mutability Mutability { get; }

ValueType

View Source
Declaration
public ValueType ValueType { get; }

Fields

stackValue

View Source
Declaration
protected StackValueItem stackValue

Methods

GetStackValue()

View Source
Declaration
public StackValueItem GetStackValue()
Returns

WaaS.Runtime.StackValueItem

Implements