Does anyone know how to configure `-Xwasm-use-new-...
# webassembly
w
Does anyone know how to configure
-Xwasm-use-new-exception-proposal
only for
wasmJsDevelopmentRun
and not
wasmJsBrowserDistribution
? I've been adding the flag manually when running the former, but curious if it can be automated, because sometimes I forget and waste a build. 😐
I can't just have it for both because it would require the user browser to have the feature, and having it manually added has so far avoided accidentally shipping a broken build.