pub const NOMI_RAISE_MARKER: &str = "__nomi_raise:";Expand description
Marker prefix the __nomi_raise host fn embeds in its wasmtime
error message so the runtime classifier can recognise script-raised
errors before the unreachable-trap branch fires. Kept here so the
host-fn body and the classifier agree on the wire format.