Skip to main content

encode_bytecode_bundle

Function encode_bytecode_bundle 

Source
pub fn encode_bytecode_bundle(
    modules: &[BytecodeBundleModule],
) -> Result<Vec<u8>, String>
Expand description

Encode modules into the deterministic, checksummed HBX0 container shared by the Rust, Truffle/native-image, and embedding runtimes.