class WAG::Instruction::F32::Base

Public Instance Methods

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