Method: WAG::Instruction::Local::Tee#to_sexpr

Defined in:
lib/wag/instructions/local/tee.rb

#to_sexprObject



14
15
16
# File 'lib/wag/instructions/local/tee.rb', line 14

def to_sexpr
  [name, label.to_sexpr]
end