Skip to main content

wasm_validate

Macro wasm_validate 

Source
macro_rules! wasm_validate {
    ($condition:expr, $error_msg:expr) => { ... };
}
Expand description

Secure WASM validation macro

This macro provides secure validation for WASM inputs that:

  • Validates input parameters
  • Returns consistent error types
  • Prevents injection attacks