Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Universal Kotlin

Application -> Browser -> Native -> Wasm32

Module with a Web Assembly (Wasm32) native application.

It uses the common modules as dependencies.

Setting Up

export enabledModules="application-browser-native-wasm32"

Building

./gradlew :application-browser-native-wasm32:build

or in a simplified way (can run more tasks):

./gradlew build

Testing

./gradlew :application-browser-native-wasm32:check

or in a simplified way (can run more tasks):

./gradlew check

Running

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]