diff options
Diffstat (limited to 'test/example/c-api-hello-world.txt')
-rw-r--r-- | test/example/c-api-hello-world.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/c-api-hello-world.txt b/test/example/c-api-hello-world.txt index 4360107d3..46647f9f6 100644 --- a/test/example/c-api-hello-world.txt +++ b/test/example/c-api-hello-world.txt @@ -1,5 +1,5 @@ (module - (memory 0) + (memory $0 0) (type $iii (func (param i32 i32) (result i32))) (func $adder (type $iii) (param $0 i32) (param $1 i32) (result i32) (i32.add |