Function wasmer_cli::commands::create_exe::link_exe_from_dir
source ยท fn link_exe_from_dir(
env: &WasmerEnv,
directory: &Path,
output_path: PathBuf,
cross_compilation: &CrossCompileSetup,
additional_libraries: &[String],
debug: bool,
atoms: &[(String, Vec<u8>)],
prefixes: &[String],
) -> Result<()>
Expand description
Given a directory, links all the objects from the directory appropriately