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