Skip to main content

State

type State int32

State mirrors the C ABI's `clika_rt_state` values.

Constructors and associated declarations

StatePending, StateCompiled, StateFallback

const (
StatePending State = 0
StateCompiled State = 1
StateFallback State = 2
)