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.