should <https://github.com/JetBrains/compose-multi...
# webassembly
j
should https://github.com/JetBrains/compose-multiplatform/issues/3413 be resolved in
1.5.10-dev-wasm02
?
b
cc @Oleksandr Karpovich [JB]
o
Yes, it should
j
hmm, maybe I'm doing something wrong then.....that config mentioned didn't seem to work
o
Do you mean it doesn't affect the path? Or it crashes or doesn't compile?
j
configureWebResources
wasn't available it seems for example
๐Ÿ‘€ 1
o
My bad! I checked that the commit is there. But I forgot that the change was implemented in jsMain source set (there is no jsWasmMain source set in the main branch yet) and I forgot to move the new API to the proper source set. I'll try to fix it this week
๐Ÿ‘ 1
j
Also just to confirm....with these changes it will be possible to run both locally (using localhost) and when hosted with say additional element in path (
<https://joreilly.github.io/chip-8/>
in the example I was looking at)?
o
yes, it should work like that by default after that change lands. the resources will be expected at

https://joreilly.github.io/chip-8/img.pngโ–พ

(for example) and for localhost

http://localhost:8080/img.pngโ–พ

๐Ÿ‘ 1
j
@Oleksandr Karpovich [JB] I just pulled in
1.5.10-dev-wasm03
in to https://github.com/joreilly/chip-8 and looks like it's working great.....running in following https://joreilly.github.io/chip-8/
๐Ÿ‘ 1
o
I just wanted to post an update here, but you were faster ๐Ÿ™‚ Great! Good to hear!
j
I get notified of changes in kotlin-wasm-examples repo and saw your PR ๐Ÿ˜ƒ https://github.com/Kotlin/kotlin-wasm-examples/pull/36
๐Ÿ‘ 1