Function twz_rt_runtime_entry

Source
pub fn twz_rt_runtime_entry(
    info: *const RuntimeInfo,
    std_entry: unsafe extern "C-unwind" fn(BasicAux) -> BasicReturn,
) -> !
Expand description

The entry point for the runtime. Not for public use.