Is it possible to mention a custom path for loadin...
# compose-web
c
Is it possible to mention a custom path for loading skiko.wasm from skiko.js (I am using skiko directly without compose) skiko.js expects the skiko.wasm to be in the same directory and with name "skiko.wasm" by default/. However I need to load it from other directory (already posted in webassembly channel, re-posting for better reach)
o
I see such options: • you can configure a redirect on your web server. So it would process the default skiko route and redirect to the actual location • manually edit skiko.js file (or better create a gradle task which would replace the file path)
gratitude thank you 1