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/llvm_autogenerated/non-executable-stack.wast | 1 + 1 file changed, 1 insertion(+) (limited to 'test/llvm_autogenerated/non-executable-stack.wast') diff --git a/test/llvm_autogenerated/non-executable-stack.wast b/test/llvm_autogenerated/non-executable-stack.wast index fd5a817fc..2f8f59d82 100644 --- a/test/llvm_autogenerated/non-executable-stack.wast +++ b/test/llvm_autogenerated/non-executable-stack.wast @@ -1,4 +1,5 @@ (module (memory 0) + (export "memory" memory) ) ;; METADATA: { "asmConsts": {},"staticBump": 4 } -- cgit v1.2.3