diff options
Diffstat (limited to 'test/dot_s/alias.wast')
-rw-r--r-- | test/dot_s/alias.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dot_s/alias.wast b/test/dot_s/alias.wast index c1e63e885..451692cca 100644 --- a/test/dot_s/alias.wast +++ b/test/dot_s/alias.wast @@ -1,5 +1,6 @@ (module (memory 0) + (export "memory" memory) (export "__exit" $__exit) (export "__needs_exit" $__needs_exit) (func $__exit |