Skip to main content

Class Block

Represents "block" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(2)]
public class Block : BlockInstruction

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BlockInstruction

Properties

Arity

View Source
Declaration
public override uint Arity { get; }

Methods

OnBeforeBlockEnter(WasmStackFrame, out uint)

View Source
Declaration
protected override void OnBeforeBlockEnter(WasmStackFrame current, out uint continuationIndex)
Parameters
TypeName
WaaS.Runtime.WasmStackFramecurrent
System.UInt32continuationIndex