View Source SilverOrb.Mem (SilverOrb v0.0.1)

memcpy and memset for Orb.

defmodule Example do
  use Orb
  use SilverOrb.Mem

end

Summary

Functions

Import all WebAssembly functions from this module’s Orb definition.

Import a specific WebAssembly function from this module’s Orb definition.

Convert this module’s Orb definition to WebAssembly text (Wat) format.

Functions

Import all WebAssembly functions from this module’s Orb definition.

Import a specific WebAssembly function from this module’s Orb definition.

Link to this function

memcpy(dest, src, byte_count)

View Source

Convert this module’s Orb definition to WebAssembly text (Wat) format.