class WAG::Instruction::F64::Base

Public Instance Methods

name() click to toggle source
# File lib/wag/instructions/f64/base.rb, line 7
def name
  "f64.#{super()}".to_sym
end