Crate wapo_env

Source
Expand description

Tools for writing wapo programs.

Re-exports§

pub use tasks::spawn;

Modules§

messages
ocall_funcs_guest
tasks
tls

Enums§

InputChannel
OcallError

Traits§

OcallEnv
OcallFuncs
All ocall definitions for wapo.
RetEncode
Trait for types that can be encoded to a return value of a ocall.

Functions§

dispatch_ocall
ocall_id2name

Type Aliases§

IntPtr
IntRet
Result

Attribute Macros§

main
Mark the entry point of the wapo module.