hey all :wave: I'm currently trying to find out mo...
# compose-web
m
hey all 👋 I'm currently trying to find out more about compose-web. If I understand correctly, it generates WASM code that's executed in the browser? Is it possible to combine this with regular HTML/JS? I understand that I could embed some external markup by setting the
innerHtml
attribute of an element.
OTOH, I wonder whether it would also be possible to bundle a Compose-based component for use in a plain HTML/JS app? Like one can mount a React/Svelte/Vue app inside an existing DOM? (update: so I just found out that the WASM+Canvas part is only one of two modes and that there's a HTML+JS variant, too. I think I should be able to find my way from there and just play around with it for a bit 😄)