[][src]Crate embly

Embly is a lightweight application runtime. It runs small isolated programs. Let's call these programs "sparks". Sparks can do a handful of things:

  • Receive bytes
  • Send bytes
  • Spawn a new spark

This library is used to access embly functionality from within a program it is intended to only be built with wasm32-wasi but compilation should work with other targets

Structs

Comm

Comm's handle communication between functions or to the function caller

Functions

run

Run a function