asm
asm copied to clipboard
About the i64.Imm()
Hi @crawshaw.
i64.Imm(uint8(6))
longer than i64.Imm8(6)
and need type switch (performance cost).
Why not i64.Imm8(),i64.Imm16()、i64.Imm32() and i64.Imm64() ?
They are shorter、faster and strong type.