Files
wasmtime/lib/module
Dan Gohman c40a4ddc53 Add functions to Module for initializing Contexts.
This allows Module to assign the Context the TargetIsa's default calling
convention.
2018-04-27 06:02:59 -07:00
..
2018-04-26 22:02:35 -07:00
2018-04-17 10:52:36 -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.