pub mod add_result_types;
pub mod br_if_to_if_br;
pub mod clean_no_types;
pub mod convert_idx;
pub mod expand_ref_type;
pub mod export_as;
pub mod extract_export;
pub mod fix_invalid_mem_arg;
pub mod fix_packing;
pub mod if_br_to_br_if;
pub mod inline_export;
pub mod inline_func_type;
pub mod join_types;
pub mod merge_to_return_call;
pub mod remove_mut;
pub mod simplify_ref_type;
pub mod split_types;