pub const HOST_CAPABILITY_SLICES: &[(&str, u16)];Expand description
The capability slices this host implements, for load-time negotiation.
A guest algorithm’s declared SliceReqs are checked against this table
when it loads. The host implements graph-compute@1 (the coarse read-only
kernels over a projection) and graph-arena@1 (mutable session-local
structure, proposal §5.1). A future slice is added here in lockstep with its
kernels so negotiation stays a pure lookup (proposal §4.3 / §10).