Wasmex.Instance.memory
You're seeing just the function
memory
, go back to Wasmex.Instance module for more information.
Link to this function
memory(instance, size, offset)
Specs
memory(t(), atom(), pos_integer()) :: {:error, binary()} | {:ok, Wasmex.Memory.t()}