From a0156dbc900c642dd9f1b8f44ab13c06ff2e8fb9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 15 Mar 2016 17:26:54 -0700 Subject: add explicit memory export support --- test/dot_s/function-data-sections.wast | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dot_s/function-data-sections.wast') diff --git a/test/dot_s/function-data-sections.wast b/test/dot_s/function-data-sections.wast index e9ba95f43..6e7921673 100644 --- a/test/dot_s/function-data-sections.wast +++ b/test/dot_s/function-data-sections.wast @@ -4,6 +4,7 @@ (segment 12 "\01\00\00\00") (segment 16 "33\13@") ) + (export "memory" memory) (export "foo" $foo) (export "bar" $bar) (export "qux" $qux) -- cgit v1.2.3