Crate oracle_omen_wasm

Crate oracle_omen_wasm 

Source
Expand description

WASM sandbox for tool execution.

Provides:

  • Fuel-limited execution
  • Memory limits
  • Deterministic result normalization
  • Host function whitelisting

Re-exports§

pub use sandbox::*;
pub use limits::*;
pub use host::*;
pub use compile::*;

Modules§

compile
WASM compilation utilities.
host
Host functions for WASM tools.
limits
Resource limits for WASM execution.
sandbox
WASM sandbox with fuel and memory limits.