Skip to main content

Class GlobalMutable

Represents mutable global that can be accessed from a WebAssembly module.

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

Inheritance: System.Object -> WaaS.Runtime.Global

Derived:
WaaS.Runtime.GlobalMutable<TValue>

Implements:
WaaS.Runtime.IExternal

Properties

Mutability

View Source
Declaration
public override sealed Mutability Mutability { get; }

Methods

SetStackValue(StackValueItem)

View Source
Declaration
public void SetStackValue(StackValueItem value)
Parameters
TypeName
WaaS.Runtime.StackValueItemvalue

Implements