pub fn emit_metadata_and_link(
pool: &ThreadPool,
target: &Target,
compile_info_blob: &[u8],
compiled_objects: CompiledObjects,
debug_dir: Option<PathBuf>,
module_hash: Option<String>,
) -> Result<Vec<u8>, CompileError>Expand description
Emits Wasmer metadata sections and links backend-generated object buffers into a shared object.