Files
wasmtime/cranelift/codegen
Trevor Elliott d99783fc91 Move default blocks into jump tables (#5756)
Move the default block off of the br_table instrution, and into the JumpTable that it references.
2023-02-10 08:53:30 -08:00
..
2021-10-10 14:19:08 +02:00
2023-02-06 09:10:19 -06:00
2023-02-07 15:57:49 -08:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.