Expand description
This crate provides some instrumentation to write wapo programs. It is built on top of the wapo ocalls.
Re-exports§
pub use wapo_env as env;
Modules§
- channel
- Multi-producer, single-consumer channel implementation.
- exec
- Executors to bridge frameworks to wapo.
- logger
- Logger for wapo programs.
- net
- Networking support.
- ocall
- task
- time
- Provides functionalities in tokio::time.
Structs§
- Resource
Id - Resource ID. Think of it as a FD.
Functions§
Attribute Macros§
- main
- Mark the entry point of the wapo module.