summaryrefslogtreecommitdiff
path: root/test/unit.wast.fromBinary
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-08-12 14:40:26 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-08-12 20:16:32 -0700
commit35bd9109ab07aa21f9e55214a61390fa61c93638 (patch)
tree533fe16da8fcb13492abb6c826dee1827fdc1f78 /test/unit.wast.fromBinary
parent7e3917884152eda021cff9107b5f789aee92fb1b (diff)
downloadbinaryen-35bd9109ab07aa21f9e55214a61390fa61c93638.tar.gz
binaryen-35bd9109ab07aa21f9e55214a61390fa61c93638.tar.bz2
binaryen-35bd9109ab07aa21f9e55214a61390fa61c93638.zip
support function table initial and max sizes, and new printing format
Diffstat (limited to 'test/unit.wast.fromBinary')
-rw-r--r--test/unit.wast.fromBinary3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit.wast.fromBinary b/test/unit.wast.fromBinary
index 495b3daed..4348394af 100644
--- a/test/unit.wast.fromBinary
+++ b/test/unit.wast.fromBinary
@@ -13,7 +13,8 @@
(import $import$1 "asm2wasm" "f64-to-int" (param f64) (result i32))
(import $import$2 "asm2wasm" "f64-rem" (param f64 f64) (result f64))
(export "big_negative" $big_negative)
- (table $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg)
+ (table 10 10 anyfunc)
+ (elem $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg)
(func $big_negative (type $1)
(local $var$0 f64)
(block $label$0