Files
wasmtime/cranelift/codegen
Afonso Bordado f9ada24bcf cranelift: Fix br_table for i64 inputs
We still only support a maximum of u32::MAX entries, however we no
longer crash when compiling 64 bit indexes.

Fixes #3100
2021-09-02 15:31:48 +01:00
..
2021-08-17 13:27:58 +01:00
2021-02-18 13:01:01 +01:00
2021-08-04 09:53:47 -05:00

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