summaryrefslogtreecommitdiff
path: root/test/two_sides.fromasm.no-opts
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-10-11 16:15:15 -0700
committerGitHub <noreply@github.com>2016-10-11 16:15:15 -0700
commit85900965a12a3f07c9cca8ef620d4bee039f16fc (patch)
tree184203f372600d547705ce3d11b616d52ad522aa /test/two_sides.fromasm.no-opts
parent1dbdfff8e997f74154dfebce124756e415aa431a (diff)
parent943fd287247f9d23d463a24e8eb4b0f666900c43 (diff)
downloadbinaryen-85900965a12a3f07c9cca8ef620d4bee039f16fc.tar.gz
binaryen-85900965a12a3f07c9cca8ef620d4bee039f16fc.tar.bz2
binaryen-85900965a12a3f07c9cca8ef620d4bee039f16fc.zip
Merge pull request #757 from WebAssembly/js-api
Tiny fixes for native wasm support
Diffstat (limited to 'test/two_sides.fromasm.no-opts')
-rw-r--r--test/two_sides.fromasm.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/two_sides.fromasm.no-opts b/test/two_sides.fromasm.no-opts
index 46d36938a..f49fc79b3 100644
--- a/test/two_sides.fromasm.no-opts
+++ b/test/two_sides.fromasm.no-opts
@@ -2,7 +2,7 @@
(type $FUNCSIG$id (func (param f64) (result i32)))
(import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (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 "_test" (func $_test))