* Add comment support * Don't print empty comments * Add nop instruction * Add test and note * Add FuncWriter trait * Remove comment support * Add write_preamble to FuncWriter * Fix test * Some changes
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.