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
Type | Name |
---|---|
WaaS.Runtime.WasmStackFrame | current |
System.UInt32 | continuationIndex |