Files
wasmtime/lib/module
Dan Gohman 6971ae1c26 Export CodegenError and CodegenResult at the top level.
Make cretonne-codegen's `result` module private, and instead just export
`CodegenError` and `CodegenResult` at the top level of the
cretonne-codegen crate. This makes them more consistent with Result and
Error types in other cretonne crates.
2018-06-12 05:02:25 -07:00
..
2018-06-07 11:46:36 -07:00
2018-04-17 10:52:36 -07:00

This crate provides the Module trait, which provides an interface for multiple functions and data to be emitted with Cretonne and then linked together.