Files
wasmtime/crates/cranelift
Alex Crichton 372ae2aeb6 Fix a panic in table-ops translation (#2350)
This fixes an issue where `ensure_inserted_block()` wasn't called before
we do some block manipulation in the Wasmtime translation of some
table-related instructions. It looks like `ensure_inserted_block()` is
otherwise called on most instructions being added, so we just need to
call it explicitly it seems here.

Closes #2347
2020-11-02 17:53:43 -06:00
..
2020-09-23 13:54:02 -05:00

wasmtime-cranelfit

This crate provides an implementation of the Compiler trait which is connected to Cranelift.