Class: Relaton::Un::Wasm::Code
- Inherits:
-
Struct
- Object
- Struct
- Relaton::Un::Wasm::Code
- Defined in:
- lib/relaton/un/wasm/module.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#locals ⇒ Object
Returns the value of attribute locals.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
12 13 14 |
# File 'lib/relaton/un/wasm/module.rb', line 12 def body @body end |
#locals ⇒ Object
Returns the value of attribute locals
12 13 14 |
# File 'lib/relaton/un/wasm/module.rb', line 12 def locals @locals end |