mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 17:29:26 +00:00
cargo fmt
https://github.com/wasmerio/wasmer-reborn/runs/672125543?check_suite_focus=true
This commit is contained in:
@ -2553,8 +2553,7 @@ impl<'ctx, 'a> LLVMFunctionCodeGenerator<'ctx, 'a> {
|
||||
|
||||
let pushed_args = self.state.popn_save_extra(func_type.params().len())?;
|
||||
|
||||
let args: Vec<_> = std::iter::repeat(ctx_ptr)
|
||||
.take(2)
|
||||
let args: Vec<_> = std::iter::repeat(ctx_ptr).take(2)
|
||||
.chain(pushed_args.into_iter().enumerate().map(|(i, (v, info))| {
|
||||
match func_type.params()[i] {
|
||||
Type::F32 => builder.build_bitcast(
|
||||
|
Reference in New Issue
Block a user