Files
wasmtime/lib/module
Dan Gohman 7079c72b28 Add comments to DataContext's import_function and import_global_var.
These are the main obvious place where ExternalName is exposed in the
Module API, so add comments advising users that they can use Module to
call these functions with the appropriate ExternalNames automatically.
2018-04-20 16:36:08 -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.