[][src]Trait lucet_runtime::Module

pub trait Module: ModuleInternal { }

The read-only parts of a Lucet program, including its code and initial heap configuration.

Types that implement this trait are suitable for use with Region::new_instance().

Implementors

impl Module for DlModule[src]

Loading content...