Wasmex.Instance.from_bytes

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

from_bytes(bytes, imports)

Specs

from_bytes(binary(), %{optional(binary()) => (... -> any())}) ::
  {:error, binary()} | {:ok, t()}