Is there any way to control dom tree with webassembly? I only found examples with canvas.
r
Ruckus
04/10/2019, 3:34 PM
That's not a Kotlin question. You could try in #random, but google/stackoverflow would probably be better.
s
Sam
04/10/2019, 3:45 PM
If his K/N output target is web assembly then is it relevant?
r
Ruckus
04/10/2019, 3:58 PM
Possibly, if the question is "How to do this in Kotlin", but it isn't in this case. This question (unless I'm reading it wrong) is about how web assembly works.
y
Yuku Kotani
04/11/2019, 3:14 AM
@Ruckus
Oh sorry, I meant I want to do this in Kotlin/Native with wasm32.
Yuku Kotani
04/11/2019, 3:16 AM
I could get element by document.getElementById() but I cannot edit things such as attribute or content