Class: WAG::Then

Inherits:
Object
  • Object
show all
Includes:
Encodable, Instructable
Defined in:
lib/wag/then.rb

Overview

Then is not an instruction, but a nested keyword.

Instance Method Summary collapse

Methods included from Encodable

#to_wasm, #to_wat

Methods included from Instructable

#f32, #f64, #i32, #i64, #local, #memory

Instance Method Details

#to_sexprObject



9
10
11
# File 'lib/wag/then.rb', line 9

def to_sexpr
  :then
end