Module with a Web Assembly (Wasm32) native application.
It uses the common modules as dependencies.
export enabledModules="application-browser-native-wasm32"
./gradlew :application-browser-native-wasm32:build
or in a simplified way (can run more tasks):
./gradlew build
./gradlew :application-browser-native-wasm32:check
or in a simplified way (can run more tasks):
./gradlew check
Open the index.html
file on the browser.
The output should be similar to this one:
[com.company.team.project.common.multiple_sources.wasm32, com.company.team.project.common.single_source.linux_arm32_hfp.common, com.company.team.project.application.browser.native_.wasm32]