diff options
Diffstat (limited to 'test/unit.wast')
-rw-r--r-- | test/unit.wast | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/unit.wast b/test/unit.wast index 5fecdcad3..346286b18 100644 --- a/test/unit.wast +++ b/test/unit.wast @@ -1,6 +1,7 @@ (module (memory 16777216) (export "big_negative" $big_negative) + (table $z $big_negative $importedDoubles $z) (func $big_negative (local $temp f64) (block @@ -44,4 +45,10 @@ ) ) ) + (func $z + (nop) + ) + (func $w + (nop) + ) ) |