Re-exports§
pub use context::PacketContext;pub use engine_access::EngineAccess;pub use engine_access::NullEngine;pub use error::HookError;pub use hooks::create_hook_slots;pub use hooks::hook_noop;pub use hooks::HookContext;pub use hooks::HookFn;pub use hooks::HookPoint;pub use hooks::HookSlot;pub use manager::HookManager;pub use program::LoadedProgram;pub use result::EmittedProviderEvent;pub use result::ExecuteResult;pub use wire::ActionWire;
Modules§
Macros§
- run_
hook - Dispatch a hook call through the slot’s function pointer.
Structs§
- Hook
Result - Result returned from a WASM hook invocation.
Enums§
- Verdict
- Verdict returned by a WASM hook program.