pub type GuestRuntimeKind = GuestRuntimeKind;
#[repr(usize)]pub enum GuestRuntimeKind { JavaScript = 0, Python = 1, WebAssembly = 2, }