Class WrapI64I32
Represents "i32.wrap_i64" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(167)]
public class WrapI64I32 : UnaryInstruction<ulong, ValueTypeI64, uint, ValueTypeI32>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt64,WaaS.ValueTypeI64,System.UInt32,WaaS.ValueTypeI32>
Methods
Operate(ulong)
View Source
Declaration
protected override uint Operate(ulong value)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.UInt64 | value |