whats the etiquette on "annoying but not crippling...
# webassembly
c
whats the etiquette on "annoying but not crippling" bugs? e.g. Gradle task to compile wasm that just changes types generate by
generateTypeScriptDefinitions()
but not the binary wasm doesn't rebuild the types. • github issue? • github PR with broken test to expose it? • youtrack issue? • just ignore it because fixing it is almost undoubtedly worse right now than it being an issue?
youtrack 2
👍 1
Nevermind, depended on a different gradle task up the chain and it did the trick. Outputs correctly changed for
compileProductionExecutableKotlinWasmJs
but not
wasmJsProductionExecutableCompileSync