Files
wasmtime/lib/module
Dan Gohman d2943ec32d Add a minimal SimpleJIT example program.
This minimally demonstrates usage of the API, and serves as a very small
testcase to test that the basic JIT mechanisms are working.
2018-08-28 16:13:23 -07:00
..
2018-07-17 12:48:27 -07:00
2018-07-13 09:15:16 -07:00

This crate provides the Module trait, which provides an interface for multiple functions and data to be emitted with 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.