1 2 3 4 5 6 7 8
use bedrock_asm::*; use switchboard::*; fn main() { let args = Switchboard::from_env(); assemble(args, "br-asm"); }