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