Skip to main content

Class Loop

Represents "loop" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(3)]
public class Loop : 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