Wasmex.Memory.write_binary

You're seeing just the function write_binary, go back to Wasmex.Memory module for more information.
Link to this function

write_binary(memory, index, str)

Specs

write_binary(t(), non_neg_integer(), binary()) :: :ok
Link to this function

write_binary(memory, size, offset, index, str)

Specs

write_binary(t(), atom(), non_neg_integer(), non_neg_integer(), binary()) :: :ok