Files
wasmtime/cranelift/codegen/meta
Benjamin Bouvier ae3ea47dbd [meta] Delegate finding the default value to OperandKind instead of its builder.
This applies both to the default_member value (which is now determined at
runtime, instead of pre-computed) and the rust_type value (which is
determined in the Operand's ctor, instead of the builder).
2019-10-30 18:39:20 +01:00
..
2019-10-15 11:11:48 -07:00

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