kernal-api 0.1.21

Async OS HAL, profiling, symbolization, and allocator instrumentation
1
2
3
4
5
6
7
8
9
// Synthetic fixtures consume the same generated metadata as rebuilt guests.
// Do not reconstruct its header: operation semantics can change independently
// of scalar import signatures. Negative tests still mutate these bytes.
#[allow(dead_code)]
mod generated {
    include!("../../src/wasm/generated/v1/admission_contract.rs");
}

pub(crate) const METADATA: &[u8] = generated::METADATA;