Files
wasmtime/cranelift/codegen/meta
Trevor Elliott 411a3eff3e cranelift: Emit a table of opcodes in gen_inst (#6046)
* Emit a table of opcodes in gen_inst

* Remove accidental export of OPCODE_SIGNATURES

* Generate `Opcode::all` instead of a table
2023-03-17 17:38:28 +00:00
..
2023-03-06 15:08:16 +00:00

This crate contains the metaprogram used by cranelift-codegen. It's not useful on its own.