diff options
Diffstat (limited to 'test/hello_world.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/hello_world.wast.fromBinary.noDebugInfo | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/hello_world.wast.fromBinary.noDebugInfo b/test/hello_world.wast.fromBinary.noDebugInfo index acbd140ee..6e2270ecf 100644 --- a/test/hello_world.wast.fromBinary.noDebugInfo +++ b/test/hello_world.wast.fromBinary.noDebugInfo @@ -1,12 +1,12 @@ (module - (type $0 (func (param i32 i32) (result i32))) - (memory $0 256 256) - (export "add" (func $0)) - (func $0 (type $0) (param $var$0 i32) (param $var$1 i32) (result i32) - (i32.add - (get_local $var$0) - (get_local $var$1) - ) + (type $0 (func (param i32 i32) (result i32))) + (memory $0 256 256) + (export "add" (func $0)) + (func $0 (type $0) (param $var$0 i32) (param $var$1 i32) (result i32) + (i32.add + (get_local $var$0) + (get_local $var$1) ) + ) ) |