Constant wasmtime_cranelift::CANNOT_ENTER_CODE

source ยท
pub const CANNOT_ENTER_CODE: u16 = 101;
Expand description

A custom code with TrapCode::User corresponding to being unable to reenter a component due to its reentrance limitations. This is used in component adapters to provide a more useful error message in such situations.