embly 0.0.5

Library for running functions on embly
Documentation

Embly is a serverless webassembly runtime. It runs small isolated functions. Functions can do a handful of things:

  • Receive bytes
  • Send bytes
  • Spawn a new function

This library is used to access embly functionality from within a program being run by Embly.