pub trait PluginModuleBytes {
// Required methods
fn get_module_name(&self) -> &str;
fn compile_module(&self, rt: &dyn Runtime) -> Module;
}
pub trait PluginModuleBytes {
// Required methods
fn get_module_name(&self) -> &str;
fn compile_module(&self, rt: &dyn Runtime) -> Module;
}