Files
wasmtime/cranelift/codegen/meta
Benjamin Bouvier dd497c19e1 Renames Settings ⚠️ (fixes #976) (#1321)
This is a breaking API change: the following settings have been renamed:

- jump_tables_enabled -> enable_jump_tables
- colocated_libcalls -> use_colocated_libcalls
- probestack_enabled -> enable_probestack
- allones_funcaddrs -> emit_all_ones_funcaddrs
2020-01-13 14:42:49 -07:00
..
2020-01-13 14:42:49 -07:00
2020-01-10 14:08:07 -08:00

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