Class: WAG::Instruction::I32::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/wag/instructions/i32/base.rb

Instance Method Summary collapse

Methods inherited from Base

instruction, #to_sexpr

Methods included from Encodable

#to_wasm, #to_wat

Instance Method Details

#nameObject



7
8
9
# File 'lib/wag/instructions/i32/base.rb', line 7

def name
  "i32.#{super()}".to_sym
end