/// This struct describes the handful of fields that Lucet-compiled programs may directly interact with, but
/// are provided through VMContext.
#[repr(C)]#[repr(align(8))]pubstructInstanceRuntimeData{pubglobals_ptr:*muti64,
pubinstruction_count:u64,
}