diff options
Diffstat (limited to 'test/hello_world.fromasm')
-rw-r--r-- | test/hello_world.fromasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.fromasm b/test/hello_world.fromasm index e3f04d7b9..31d36b352 100644 --- a/test/hello_world.fromasm +++ b/test/hello_world.fromasm @@ -4,7 +4,7 @@ (data (global.get $__memory_base) "hello_world.asm.js") (import "env" "__memory_base" (global $__memory_base i32)) (export "add" (func $add)) - (func $add (; 0 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) + (func $add (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) (i32.add (local.get $0) (local.get $1) |