summaryrefslogtreecommitdiff
path: root/test/example/c-api-hello-world.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/c-api-hello-world.txt')
-rw-r--r--test/example/c-api-hello-world.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/example/c-api-hello-world.txt b/test/example/c-api-hello-world.txt
index 0ca9a0ae3..640074360 100644
--- a/test/example/c-api-hello-world.txt
+++ b/test/example/c-api-hello-world.txt
@@ -1,10 +1,10 @@
(module
- (type $iii (func (param i32 i32) (result i32)))
- (memory $0 0)
- (func $adder (type $iii) (param $0 i32) (param $1 i32) (result i32)
- (i32.add
- (get_local $0)
- (get_local $1)
- )
+ (type $iii (func (param i32 i32) (result i32)))
+ (memory $0 0)
+ (func $adder (type $iii) (param $0 i32) (param $1 i32) (result i32)
+ (i32.add
+ (get_local $0)
+ (get_local $1)
)
+ )
)