mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 23:36:29 +00:00
Num.toStr Dec for wasm
This commit is contained in:
parent
66b8d145a9
commit
b7b9227675
1 changed files with 1 additions and 1 deletions
|
@ -1966,7 +1966,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
FloatWidth::F128 => todo!("F128 to Str"),
|
||||
},
|
||||
Layout::Builtin(Builtin::Decimal) => {
|
||||
todo!("Decimal to Str")
|
||||
self.load_args_and_call_zig(backend, bitcode::DEC_TO_STR)
|
||||
}
|
||||
x => internal_error!("NumToStr is not defined for {:?}", x),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue