Crate sidevm_env

Source
Expand description

Tools for writing Sidevm programs.

Re-exports§

pub use tasks::spawn;

Modules§

messages
ocall_funcs_guest
tasks
tls

Enums§

InputChannel
OcallError

Traits§

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

Functions§

dispatch_call
dispatch_call_fast_return
ocall_id2name

Type Aliases§

IntPtr
IntRet
Result

Attribute Macros§

main
Mark the entry point of the Sidevm module.