I have a question about enable gc for wasm in chro...
# compose-web
j
I have a question about enable gc for wasm in chrome. While in development and i run the app using
./gradlew :web:wasmRun
it doesn’t need to be enabled but when in production this flag
<chrome://flags/#enable-webassembly-garbage-collection>
should be enabled. Why?
a
My assumption is is that the Gradle task starts the browser with some startup flags
j
Ahh. So, if i go with js platform with compose still do i need to do it by manually?