Files
wasmtime/lib/module
Benjamin Bouvier 0616a960d6 [clippy] A few fixes in module/src/module.rs;
- use Self more to indicate the current type;
- explicitly clone one Option;
- invert !is_none to is_some;
2018-07-11 13:47:25 -07:00
..
2018-07-02 15:48:18 -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.

This crate is structured as an optional layer on top of cretonne-codegen. It provides additional functionality, such as linking, however users that require greater flexibility don't need to use it.