diff options
Diffstat (limited to 'test/dot_s/memops.wast')
-rw-r--r-- | test/dot_s/memops.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dot_s/memops.wast b/test/dot_s/memops.wast index a896ef517..b7a32aa0d 100644 --- a/test/dot_s/memops.wast +++ b/test/dot_s/memops.wast @@ -2,6 +2,7 @@ (memory 1 (segment 16 "{ Module.print(\"hello, world! \" + HEAP32[8>>2]); }\00") ) + (export "memory" memory) (type $FUNCSIG$vi (func (param i32))) (import $emscripten_asm_const_vi "env" "emscripten_asm_const_vi" (param i32)) (export "main" $main) |