Hi, I would like to run the html5canvas using Wasm...
# kotlin-native
f
Hi, I would like to run the html5canvas using Wasm but using the gradle plugin for kotlin native. I am not sure how to run jsinterop from it. Any pointers?
o
It is not yet supported in DSL, but maybe you could just run CLI tool from Gradle
f
I can run the tool but I need to download the kotlin native compiler separately, while it is already been downloaded as part of the gradle plugin but I have no way to access it