pub fn encode_to_bytecode_v2(
bind_rules: BindRules<'_>,
) -> Result<Vec<u8>, BindRulesEncodeError>Expand description
Functions for encoding the new bytecode format. When the old bytecode format is deleted, the “v2” should be removed from the names.