Wasmex v0.1.0 API Reference
Modules
Wasmex is an Elixir library for executing WebAssembly binaries.
Instantiates a WebAssembly module represented by bytes and allows calling exported functions on it.
A WebAssembly instance has its own memory, represented by the Memory
struct.
It is accessible by the Wasmex.Instance.memory
getter.
Contains calls that are implemented in our Rust NIF. Functions in this module are not intended to be called directly.