diff options
Diffstat (limited to 'test/hello_world.wast.fromBinary')
-rw-r--r-- | test/hello_world.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.wast.fromBinary b/test/hello_world.wast.fromBinary index 77a0fee04..0f9f42902 100644 --- a/test/hello_world.wast.fromBinary +++ b/test/hello_world.wast.fromBinary @@ -1,7 +1,7 @@ (module (memory 256 256) (type $0 (func (param i32 i32) (result i32))) - (export "add" $add) + (export "add" (func $add)) (func $add (type $0) (param $var$0 i32) (param $var$1 i32) (result i32) (i32.add (get_local $var$0) |