metrowrap 0.2.1

A mwcc wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
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";