mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
Optimized ModuleInfo usage
This commit is contained in:
@ -302,7 +302,7 @@ mod tests {
|
||||
) {
|
||||
let compile_info = CompileModuleInfo {
|
||||
features: Features::new(),
|
||||
module: ModuleInfo::new(),
|
||||
module: Arc::new(ModuleInfo::new()),
|
||||
memory_styles: PrimaryMap::<MemoryIndex, MemoryStyle>::new(),
|
||||
table_styles: PrimaryMap::<TableIndex, TableStyle>::new(),
|
||||
};
|
||||
|
Reference in New Issue
Block a user