Revert "Output .js files from wasm modules as ES6 modules. (#844)"

This reverts commit 6c01dbca494b78e32f9e4aa704514faabfba74e8.
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index d38a4cf..1da7b04 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -296,8 +296,6 @@
       # Reduces global namespace pollution.
       "-s",
       "MODULARIZE=1",
-      "-s",
-      "EXPORT_ES6",
 
       # Always produce a symbol map so that we can map crash traces
       "--emit-symbol-map",