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