summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/emcc_hello_world.wast44
-rw-r--r--test/hello_world.wast2
2 files changed, 23 insertions, 23 deletions
diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast
index a7f93b277..ec4769a6d 100644
--- a/test/emcc_hello_world.wast
+++ b/test/emcc_hello_world.wast
@@ -21,28 +21,28 @@
(import $nullFunc_ii "env" "nullFunc_ii" (param i32))
(import $nullFunc_iiii "env" "nullFunc_iiii" (param i32))
(import $nullFunc_vi "env" "nullFunc_vi" (param i32))
- (export $_i64Subtract "_i64Subtract" $_i64Subtract)
- (export $_free "_free" $_free)
- (export $_main "_main" $_main)
- (export $_i64Add "_i64Add" $_i64Add)
- (export $_memset "_memset" $_memset)
- (export $_malloc "_malloc" $_malloc)
- (export $_memcpy "_memcpy" $_memcpy)
- (export $_bitshift64Lshr "_bitshift64Lshr" $_bitshift64Lshr)
- (export $_fflush "_fflush" $_fflush)
- (export $___errno_location "___errno_location" $___errno_location)
- (export $_bitshift64Shl "_bitshift64Shl" $_bitshift64Shl)
- (export $runPostSets "runPostSets" $runPostSets)
- (export $stackAlloc "stackAlloc" $stackAlloc)
- (export $stackSave "stackSave" $stackSave)
- (export $stackRestore "stackRestore" $stackRestore)
- (export $establishStackSpace "establishStackSpace" $establishStackSpace)
- (export $setThrew "setThrew" $setThrew)
- (export $setTempRet0 "setTempRet0" $setTempRet0)
- (export $getTempRet0 "getTempRet0" $getTempRet0)
- (export $dynCall_ii "dynCall_ii" $dynCall_ii)
- (export $dynCall_iiii "dynCall_iiii" $dynCall_iiii)
- (export $dynCall_vi "dynCall_vi" $dynCall_vi)
+ (export "_i64Subtract" $_i64Subtract)
+ (export "_free" $_free)
+ (export "_main" $_main)
+ (export "_i64Add" $_i64Add)
+ (export "_memset" $_memset)
+ (export "_malloc" $_malloc)
+ (export "_memcpy" $_memcpy)
+ (export "_bitshift64Lshr" $_bitshift64Lshr)
+ (export "_fflush" $_fflush)
+ (export "___errno_location" $___errno_location)
+ (export "_bitshift64Shl" $_bitshift64Shl)
+ (export "runPostSets" $runPostSets)
+ (export "stackAlloc" $stackAlloc)
+ (export "stackSave" $stackSave)
+ (export "stackRestore" $stackRestore)
+ (export "establishStackSpace" $establishStackSpace)
+ (export "setThrew" $setThrew)
+ (export "setTempRet0" $setTempRet0)
+ (export "getTempRet0" $getTempRet0)
+ (export "dynCall_ii" $dynCall_ii)
+ (export "dynCall_iiii" $dynCall_iiii)
+ (export "dynCall_vi" $dynCall_vi)
(table $b2 $___stdio_close $___stdout_write $___stdio_seek $___stdio_write $_cleanup $b2 $b2)
(func $stackAlloc (param $size i32) (result i32)
(local $ret i32)
diff --git a/test/hello_world.wast b/test/hello_world.wast
index ed275686b..95d84116b 100644
--- a/test/hello_world.wast
+++ b/test/hello_world.wast
@@ -1,5 +1,5 @@
(module
- (export $add "add" $add)
+ (export "add" $add)
(func $add (param $x i32) (param $y i32) (result i32)
(i32.add
(get_local $x)