pub fn encode_bytecode_bundle( modules: &[BytecodeBundleModule], ) -> Result<Vec<u8>, String>
Encode modules into the deterministic, checksummed HBX0 container shared by the Rust, Truffle/native-image, and embedding runtimes.