🕸️🔋 SilverOrb: the standard library for Orb

Docs

WebAssembly is low level — you essentially get to define global variables, an array of memory, and some functions to operate on them. It’s not batteries-included.

SilverOrb provides these batteries so common tasks are easier. They are:

Installation

The package can be installed by adding silver_orb to your list of dependencies in mix.exs:

def deps do
[
{:silver_orb, "~> 0.0.9"}
]
end

Inspiration