Hi,
has anyone managed to inject compose into a page via a browser plugin.
I am trying to inject a compose script into the MAIN world of a page.
my script runs onWasmReady,
which requires that I also inject skiko.js
which tries to load skiko.wasm, etc.
the problem of course is that skiko.js (because running in the MAIN world) looks for skiko.wasm relative to the main page url and does not find it.
Any ideas (I don't want to modify skiko.js) ?
{I don't really understand why we have to load skiko as a separate script anyhow.....should it not be included with the script built from kotlin/compose.}