Module wasmer_wasix::runtime::resolver::resolve
source ยท Structsยง
- DiscoveredPackages ๐
Enumsยง
Functionsยง
- As a workaround for the lack of โproperโ dependency merging, weโll make sure only one copy of each package is in the dependency tree. If the same package is included in the tree multiple times, they all need to use the exact same version otherwise itโs an error.
- cycle_error ๐
- log_dependencies ๐
- print_cycle ๐
- Given the
PackageInfo
for a root package, resolve its dependency graph and figure out how it could be executed. - resolve_package ๐Given some
DiscoveredPackages
, figure out how the resulting โpackageโ would look when loaded at runtime.