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 2241fb07b..b0731b555 100644 --- a/test/hello_world.wast.fromBinary +++ b/test/hello_world.wast.fromBinary @@ -1,6 +1,6 @@ (module - (memory $0 256 256) (type $0 (func (param i32 i32) (result i32))) + (memory $0 256 256) (export "add" (func $add)) (func $add (type $0) (param $var$0 i32) (param $var$1 i32) (result i32) (i32.add |