Documentation
Tagion
Instr
tagion
wasm
WasmBase
Undocumented in source.
@
safe
struct
Instr {
string
name
;
string
wast
;
uint
cost
;
IRType
irtype
;
Types
[]
pops
;
Types
[]
pushs
;
uint
opcode
;
}
Members
Variables
name
string
name
;
Instruction name
wast
string
wast
;
Wast name
tagion
wasm
WasmBase
structs
Instr
WasmArg