• Shagen Ogandzhanian's avatar
    Simplify gradle web wasm build (#1089) · d65ac361
    Shagen Ogandzhanian authored
    Following changes introduced in this PR:
    * jsWasmMain and jsWasmTest sourcesets renamed to webMain and webTest
    (it causes less confusion, regarding the fact that we already have
    wasmJsMain, apart from that, this would be a standard name for this
    sourceset in webMain)
    * remove redunant resource processing (there's yet room for improvement
    though)
       * Simplify wasm task introduction
    * Remove flag for building js separately from wasm (this flag was a lie
    - we can not have separate js target)
    d65ac361
Name
Last commit
Last update
.github Loading commit data...
.run Loading commit data...
gradle/wrapper Loading commit data...
samples Loading commit data...
skiko Loading commit data...
.gitignore Loading commit data...
DEVELOPMENT.md Loading commit data...
LICENSE Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle.kts Loading commit data...