mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
first pass at decimal addition in the wasm backend
This commit is contained in:
parent
dbf5a1b8bb
commit
bceebc4f8f
3 changed files with 40 additions and 15 deletions
|
@ -609,7 +609,7 @@ fn gen_float_eq() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn gen_add_dec() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue