Also is it possible to build a WebAssembly app lik...
# kotlin-native
s
Also is it possible to build a WebAssembly app like html5Canvas with Gradle or is there some current blocking points ?
a
The kotlin/wasm-javascript interop is still being developed. And so is the jsinterop tool (the kotlin/wasm counterpart of cinterop tool). Until these are ready there's no gradle support for them. So the build.sh shell script is the way to go for now.
s
Ok thanks