diff options
Diffstat (limited to 'test/dot_s/function-data-sections.wast')
-rw-r--r-- | test/dot_s/function-data-sections.wast | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dot_s/function-data-sections.wast b/test/dot_s/function-data-sections.wast index 43947a3cc..83548c2cc 100644 --- a/test/dot_s/function-data-sections.wast +++ b/test/dot_s/function-data-sections.wast @@ -3,10 +3,10 @@ (data (i32.const 12) "\00\00\00\00") (data (i32.const 16) "\01\00\00\00") (data (i32.const 20) "33\13@") - (export "memory" memory) - (export "foo" $foo) - (export "bar" $bar) - (export "qux" $qux) + (export "memory" (memory $0)) + (export "foo" (func $foo)) + (export "bar" (func $bar)) + (export "qux" (func $qux)) (func $foo (return) ) |