Skip to content

Commit 88ff410

Browse files
Revert "Output .js files from wasm modules as ES6 modules. (#844)" (#872)
This reverts commit 6c01dbc. The corresponding engine change is causing issues with the engine -> framework roll and is being reverted.
1 parent 6c01dbc commit 88ff410

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/config/compiler/BUILD.gn

-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ config("compiler") {
296296
# Reduces global namespace pollution.
297297
"-s",
298298
"MODULARIZE=1",
299-
"-s",
300-
"EXPORT_ES6",
301299

302300
# Always produce a symbol map so that we can map crash traces
303301
"--emit-symbol-map",

0 commit comments

Comments
 (0)