first pass at decimal addition in the wasm backend

This commit is contained in:
Folkert 2021-11-21 23:00:12 +01:00
parent dbf5a1b8bb
commit bceebc4f8f
3 changed files with 40 additions and 15 deletions

View file

@ -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!(