wasmer_wasix::macros

Macro wasi_try

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

Like the try! macro or ? syntax: returns the value if the computation succeeded or returns the error value.