Files
wasmtime/cranelift/codegen/meta
Andrew Brown 67733bd2fc Use ConstantData exclusively for inserting data into the constant pool
Previously we allowed anything that could be converted into ConstantData (e.g. a Vec).
2019-10-15 15:19:00 -07: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.