Skip to main contentCrate wasmy_abi
Source pub use abi::*;pub use types::*;
- abi
- Generated file from
abi.proto - test
- Generated file from
test.proto - types
- Any
- CodedOutputStream
- Buffered write with handy utilities
- Message
- Trait implemented for all generated structs for protobuf messages.
- ProtobufEnum
- Trait implemented by all protobuf enum types.
- WasmContext
- WasmContext is wasm context abstraction.
- wasm_handle
- The underlying function of wasm to handle requests.
- 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: