diff options
Diffstat (limited to 'test/dot_s/basics.wast')
-rw-r--r-- | test/dot_s/basics.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dot_s/basics.wast b/test/dot_s/basics.wast index 3eab56fd4..8fc8c3d67 100644 --- a/test/dot_s/basics.wast +++ b/test/dot_s/basics.wast @@ -4,6 +4,7 @@ (segment 32 "vcq") (segment 48 "\16\00\00\00") ) + (export "memory" memory) (type $FUNCSIG$vi (func (param i32))) (import $puts "env" "puts" (param i32)) (export "main" $main) |