Are there any samples to see how to use compose + ...
# compose-web
g
Are there any samples to see how to use compose + canvas + wasm? 😄
o
p
The official examples under experimental use wasm on the browser by default as well as the new memory model in Kotlin Native. Take a look at one of the examples: https://github.com/JetBrains/compose-jb/tree/master/experimental%2Fexamples%2Fchat-mpp
d
For now, Wasm uses only to wrap a Skia library in experimental samples. Compose runtime and UI components working with Kotlin JS. The main benefit is to use the same commonCode like on Desktop and Android.
g
Thanks 😄