wasm: ProcLayout for higher order wrapper fns

This commit is contained in:
Brian Carroll 2022-03-31 13:12:52 +01:00
parent 83cae16a60
commit 05459455ec
3 changed files with 89 additions and 22 deletions

View file

@ -179,7 +179,7 @@ pub fn build_module_without_wrapper<'a>(
backend.build_proc(proc);
}
}
ZigCallConvWrapper(inner_idx) => backend.build_zigcc_wrapper(idx, *inner_idx),
HigherOrderWrapper(inner_idx) => backend.build_zigcc_wrapper(idx, *inner_idx),
}
}