Skip to main content

wasm_result

Macro wasm_result 

Source
macro_rules! wasm_result {
    ($expr:expr) => { ... };
}
Expand description

Secure WASM error handling macro

This macro provides secure error handling for WASM functions that:

  • Ensures consistent error types
  • Prevents information leakage
  • Maintains security boundaries