Skip to content

Commit

Permalink
improve runtime api return value names (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Oct 14, 2024
1 parent d9842b5 commit adda5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llvm-context/src/polkavm/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ where
.copied()
.map(inkwell::values::BasicMetadataValueEnum::from)
.collect::<Vec<_>>(),
&format!("runtime API call {name}"),
&format!("runtime_api_{name}_return_value"),
)
.unwrap()
.try_as_basic_value()
Expand Down

0 comments on commit adda5a0

Please sign in to comment.