google / j2cl

Java to Closure JavaScript transpiler
Apache License 2.0
1.23k stars 144 forks source link

fix: make `j2wasm_application` optimization flags configurable #175

Closed sgammon closed 1 year ago

sgammon commented 1 year ago

This change adds support for the j2wasm_application rule to accept WASM build flags for both optimization stages. If specified, the user flags take precedence, or else the previous flags are used. This will allow users to bail on flags that don't work on their system.

Fixes and closes google/j2cl#174.