diff options
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 8ee9fb664..31ce2e573 100644 --- a/test/hello_world.fromasm.imprecise.no-opts +++ b/test/hello_world.fromasm.imprecise.no-opts @@ -4,7 +4,7 @@ (import "env" "table" (table $table)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) - (export "add" $add) + (export "add" (func $add)) (func $add (param $x i32) (param $y i32) (result i32) (return (i32.add |