cranelift-module 0.14.0

Support for linking functions and data with Cranelift
Documentation
1
2
3
4
5
6
7
This crate provides the `Module` trait, which provides an interface for
multiple functions and data to be emitted with
[Cranelift](https://crates.io/crates/cranelift) and then linked together.

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