Class: Relaton::Un::Wasm::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/relaton/un/wasm/module.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



11
12
13
# File 'lib/relaton/un/wasm/module.rb', line 11

def bytes
  @bytes
end

#mem_idxObject

Returns the value of attribute mem_idx

Returns:

  • (Object)

    the current value of mem_idx



11
12
13
# File 'lib/relaton/un/wasm/module.rb', line 11

def mem_idx
  @mem_idx
end

#offset_exprObject

Returns the value of attribute offset_expr

Returns:

  • (Object)

    the current value of offset_expr



11
12
13
# File 'lib/relaton/un/wasm/module.rb', line 11

def offset_expr
  @offset_expr
end