Is it possible right now to display a vector asset...
# webassembly
j
Is it possible right now to display a vector asset using wasm based Compose for Web?
ah, I see from
painterResource
docs that " XML Vector Drawables are not supported for Web target currently."
(btw not sure if questions about wasm based Compose for Web, which I guess will be the default, should be asked here or in #compose-web )
a
compose-web questions do fit here as well
o
I apologise for confusion. Your question was about k/wasm target. But my answer is for k/js target. There is no 1.5.0-dev builds with k/wasm support. I think xml vector drawables will be supported (with k/wasm) in the next builds after I rebase the branch on top of current main.
j
@Oleksandr Karpovich [JB] is there particular repo etc I could check to see when that build is available?
o
I think the progress can be traked only in this branch: https://github.com/JetBrains/compose-multiplatform/tree/wasm-jb-main
j
ah, ok, makes sense
o