mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-15 04:10:14 +03:00
Num.toStr Dec for wasm
This commit is contained in:
parent
66b8d145a9
commit
b7b9227675
@ -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…
Reference in New Issue
Block a user