Function wasmer_compiler::artifact_builders::trampoline::make_trampoline

source ยท
fn make_trampoline(
    target: &Target,
    libcall: LibCall,
    code: &mut Vec<u8>,
    relocations: &mut Vec<Relocation>,
)