Skip to main content

Crate wasmy_abi

Crate wasmy_abi 

Source

Re-exports§

pub use abi::*;
pub use types::*;

Modules§

abi
Generated file from abi.proto
test
Generated file from test.proto
types

Structs§

Any
CodedOutputStream
Buffered write with handy utilities

Traits§

Message
Trait implemented for all generated structs for protobuf messages.
ProtobufEnum
Trait implemented by all protobuf enum types.
WasmContext
WasmContext is wasm context abstraction.

Functions§

wasm_handle
The underlying function of wasm to handle requests.

Attribute Macros§

wasm_handle
Register wasm’s ABI for handling requests. format description: #[wasm_handle(i32)] or #[wasm_handle(method=i32)] example:
wasm_onload
Register the ABI for wasm load-time initialization state. Register wasm’s ABI for handling requests. format description: #[wasm_onload] example: