Function wasmer_wasix::runtime::package_loader::load_package_tree::load_binary_command
source ยท fn load_binary_command(
package_id: &PackageId,
command_name: &str,
cmd: &Command,
containers: &HashMap<PackageId, Container>,
resolution: &Resolution,
) -> Result<Option<BinaryPackageCommand>, Error>
Expand description
Given a [webc::metadata::Command
], figure out which atom it uses and load
that atom into a BinaryPackageCommand
.