Files
wasmtime/lib/module
Dan Gohman cb37c25d3a Introduce Builder and Product types to the Module workflow.
This eliminates API confusion and surface area with respect to what state
the `Backend` needs to be in at different points.

Now, API users will construct a `Builder`, and pass it into the `Module`
which uses it to constrct a `Backend`. The `Backend` instance only lives
inside the `Module`. And when finished, the `Module` can return a
`Product` back to the user providing any outputs it has.
2018-04-19 11:19:14 -07:00
..
2018-04-17 22:18:30 -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.