summaryrefslogtreecommitdiff
path: root/test/hello_world.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world.2asm.js')
-rw-r--r--test/hello_world.2asm.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hello_world.2asm.js b/test/hello_world.2asm.js
index 48b0538c8..f4998576b 100644
--- a/test/hello_world.2asm.js
+++ b/test/hello_world.2asm.js
@@ -15,5 +15,8 @@ function asmFunc(global, env, buffer) {
return x + y | 0 | 0;
}
+ return {
+ "add": add
+ };
}