diff options
Diffstat (limited to 'test/dot_s/bcp-1.wast')
-rw-r--r-- | test/dot_s/bcp-1.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dot_s/bcp-1.wast b/test/dot_s/bcp-1.wast index 9d6ccc22b..f558e06e0 100644 --- a/test/dot_s/bcp-1.wast +++ b/test/dot_s/bcp-1.wast @@ -8,6 +8,7 @@ (segment 96 "hi\00") (segment 100 "\00\00\00\00") ) + (export "memory" memory) (type $FUNCSIG_i (func (result i32))) (type $FUNCSIG_ii (func (param i32) (result i32))) (type $FUNCSIG$vi (func (param i32))) |