diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-10-11 14:48:12 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-10-11 15:01:04 -0700 |
commit | 6e04c61c78cdf8196b6944c290041611d1f68d2d (patch) | |
tree | 569b0a1c4027c8429d4b1e43a1050bd505fbd594 /test/hello_world.fromasm.no-opts | |
parent | 1e783f3e96f904b88b692522de04f786feaf41a0 (diff) | |
download | binaryen-6e04c61c78cdf8196b6944c290041611d1f68d2d.tar.gz binaryen-6e04c61c78cdf8196b6944c290041611d1f68d2d.tar.bz2 binaryen-6e04c61c78cdf8196b6944c290041611d1f68d2d.zip |
if we see no asm.js function tables, the table size is 0
Diffstat (limited to 'test/hello_world.fromasm.no-opts')
-rw-r--r-- | test/hello_world.fromasm.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.fromasm.no-opts b/test/hello_world.fromasm.no-opts index 64ddcb01d..dae1480b7 100644 --- a/test/hello_world.fromasm.no-opts +++ b/test/hello_world.fromasm.no-opts @@ -1,6 +1,6 @@ (module (import "env" "memory" (memory $0 256 256)) - (import "env" "table" (table 0 anyfunc)) + (import "env" "table" (table 0 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (export "add" (func $add)) |