mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
decode_from_utf8_result as roc value
This commit is contained in:
parent
8f9e95b482
commit
e3e01b6040
2 changed files with 23 additions and 39 deletions
|
@ -399,7 +399,7 @@ pub(crate) fn run_low_level<'a, 'ctx>(
|
|||
}
|
||||
}
|
||||
|
||||
crate::llvm::build_str::decode_from_utf8_result(env, result_ptr).into()
|
||||
crate::llvm::build_str::decode_from_utf8_result(env, layout_interner, result_ptr).into()
|
||||
}
|
||||
StrToUtf8 => {
|
||||
// Str.fromInt : Str -> List U8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue