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/wasm-only.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/wasm-only.fromasm.no-opts')
-rw-r--r-- | test/wasm-only.fromasm.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm-only.fromasm.no-opts b/test/wasm-only.fromasm.no-opts index 43b9ba4cd..4d52a2eab 100644 --- a/test/wasm-only.fromasm.no-opts +++ b/test/wasm-only.fromasm.no-opts @@ -8,7 +8,7 @@ (import "env" "illegalImport" (func $legalimport$illegalImport (param f64 i32 i32 i32))) (import "env" "illegalImportResult" (func $legalimport$illegalImportResult (result i32))) (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 "test64" (func $test64)) |