(module (memory $mem 1) ;;(@_memory " (memory $mem)) ;; Space in between '@' and '"' avoids crash ;; A comment below the next line containing a '"' will also avoid a crash (@_memory" (memory $mem)) (func $main (export "_main") (result i32) i32.const 21))