mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 23:32:04 +00:00
support the start function
This commit is contained in:
@@ -26,6 +26,9 @@ impl Caller {
|
||||
func_export_set.insert(*func_index);
|
||||
}
|
||||
}
|
||||
if let Some(start_func_index) = module.start_func {
|
||||
func_export_set.insert(start_func_index);
|
||||
}
|
||||
|
||||
Self { func_export_set }
|
||||
}
|
||||
|
Reference in New Issue
Block a user