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