diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-08-18 11:15:39 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 09:55:01 -0700 |
commit | 2e2e0241a10c0eccb89365c1b50217d6d0d3a386 (patch) | |
tree | 4f19b9cc857065ffd30e956f787af546c73cccec /test/hello_world.fromasm.imprecise.no-opts | |
parent | e0809680bb82ecfc950aef97537827442b559fcf (diff) | |
download | binaryen-2e2e0241a10c0eccb89365c1b50217d6d0d3a386.tar.gz binaryen-2e2e0241a10c0eccb89365c1b50217d6d0d3a386.tar.bz2 binaryen-2e2e0241a10c0eccb89365c1b50217d6d0d3a386.zip |
export kinds
Diffstat (limited to 'test/hello_world.fromasm.imprecise.no-opts')
-rw-r--r-- | test/hello_world.fromasm.imprecise.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.fromasm.imprecise.no-opts b/test/hello_world.fromasm.imprecise.no-opts index 435e41a60..368ffaff3 100644 --- a/test/hello_world.fromasm.imprecise.no-opts +++ b/test/hello_world.fromasm.imprecise.no-opts @@ -1,7 +1,7 @@ (module (memory 256 256) - (export "memory" memory) (export "add" $add) + (export "memory" memory) (func $add (param $x i32) (param $y i32) (result i32) (return (i32.add |