6 releases (breaking)

0.59.0 Feb 26, 2020
0.52.0 Jan 15, 2020
0.34.0 Jul 10, 2019
0.33.0 Aug 1, 2019
0.31.1 Jul 24, 2019

#846 in Programming languages

Apache-2.0 WITH LLVM-exception

35KB
752 lines

This is a (hopefully short-lived) fork of Cranelift so that we can continue publishing Wasmer runtime related crates on crates.io. If you're reading this and want to use Cranelift, you almost certainly want to use the version this is forked from. If you're associated with Cranelift and would like to merge any changes we have, please reach out to us at engineering@wasmer.io. We'll be submitting pull requests, too.

NOTE: this is a fork of version 0.31 of Cranelift.

This crate provides a simple JIT library that uses Cranelift.

This crate is extremely experimental.

See the example program for a brief overview of how to use this.


lib.rs:

Top-level lib.rs for cranelift_simplejit.

Dependencies

~6.5MB
~149K SLoC