pub const EXIT_HOST_CALL: u32 = 4;
Clean-halt exit reason: nub-rt’s endpoint trampoline ends in a bare ecall, which the linker rewrites to custom-0 ecalli imm=0 and the engine surfaces as HostCall(0).
nub-rt
ecall
custom-0 ecalli imm=0
HostCall(0)