Files
wasmtime/lib/codegen
Caroline Cullen 7bed3426a7 Adds decoration to the verifier errors. (#375)
* Adds decoration to the verifier errors.

example:

function %bad(i32) fast {
ebb0(v0: i32):
    brnz.i32 v0, ebb1
    return
    ^~~~~~

verifier inst1: Internal return not allowed with return_at_end=1

ebb1:
    trapz.i32 v0, user6
    return
}

Fixes #68
2018-06-28 10:17:27 -07:00
..
2018-06-16 07:50:27 -07:00

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