This commit is contained in:
Folkert 2022-07-24 12:54:31 +02:00
parent df865222bf
commit 2a91c39ac6
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 15 additions and 15 deletions

View file

@ -64,7 +64,7 @@ pub fn call_list_bitcode_fn<'a, 'ctx, 'env>(
env.builder.build_load(result, "load_list")
}
pub fn call_str_bitcode_fn<'a, 'ctx, 'env>(
pub(crate) fn call_str_bitcode_fn_old<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
args: &[BasicValueEnum<'ctx>],
fn_name: &str,