pub const SHARED_CELL_VALUE_OFFSET: i32 = 8;Expand description
Byte offset of the value payload within SharedCell. The JIT’s
inline load/store targets this offset as a compile-time constant.
pub const SHARED_CELL_VALUE_OFFSET: i32 = 8;Byte offset of the value payload within SharedCell. The JIT’s
inline load/store targets this offset as a compile-time constant.