cretonne-module

Crates.iocretonne-module
lib.rscretonne-module
version0.13.2
sourcesrc
created_at2018-04-17 18:05:48.402702
updated_at2018-07-14 14:09:29.651417
descriptionSupport for linking functions and data with Cretonne
homepage
repositoryhttps://github.com/cretonne/cretonne
max_upload_size
id61114
size37,590
Dan Gohman (sunfishcode)

documentation

https://cretonne.readthedocs.io/

README

Cretonne has been renamed to Cranelift! For future versions, see the cranelift-module crate.

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.

Commit count: 3099

cargo fmt