pub const INCLUDE_ASM: &str = "INCLUDE_ASM";
pub const INCLUDE_RODATA: &str = "INCLUDE_RODATA";
pub const DOLLAR_SIGN: &str = "$";
// TODO: provide a way to override for testing
pub const FUNCTION_PREFIX: &str = "___mw___";
pub const SYMBOL_AT: &str = "__at__";
pub const SYMBOL_DOLLAR: &str = "__dollar__";
pub const LOCAL_SUFFIX: &str = ", local";