diff options
Diffstat (limited to 'test/dot_s/alternate-lcomm.wast')
-rw-r--r-- | test/dot_s/alternate-lcomm.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dot_s/alternate-lcomm.wast b/test/dot_s/alternate-lcomm.wast index 824a27ae6..6a5420861 100644 --- a/test/dot_s/alternate-lcomm.wast +++ b/test/dot_s/alternate-lcomm.wast @@ -1,4 +1,5 @@ (module (memory 1) + (export "memory" memory) ) ;; METADATA: { "asmConsts": {},"staticBump": 8 } |