wasmer_types/
exception.rs

1/// Special exception tag value used for catch_all clauses.
2pub const CATCH_ALL_TAG_VALUE: i32 = i32::MAX;