[−][src]Crate embly
Embly is a lightweight application 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
it is intended to only be built with wasm32-wasi but compilation should
work with other targets
Modules
| error | errors |
| http | Tools for running http embly functions |
| prelude | A "prelude" for crates using the |
Structs
| Conn | Connections that handle communication between functions or gateways |
| Error | The |
Traits
| Waitable | sdafsdf |
Functions
| run | Run a Function |
| spawn_function | Spawn a Function |