wasm

Getting Started

Pull the repo, run the suite, instantiate your first module.

The fastest path from zero to a running WebAssembly module. By the end of this section you’ll have the artifact wired into your sbt build (or the repo compiled from source), and Runtime.instantiate(bytes, …) returning a ModuleInstance you can call into.

Pages

  • Installation — Add `io.github.edadma:wasm:0.4.0` (and optionally `wasm-wasi`) to your sbt build, or work from a local checkout for development.
  • Quickstart — Instantiate a module, invoke an export, run a WASI command-mode binary — the three things every caller does.

Search

Esc
to navigate to open Esc to close