Using Compose MP, can I target web without using k...
# compose-web
a
Using Compose MP, can I target web without using k/wasm and instead using k/js? I’ve downloaded the template from the generator/wizard and it’s set up to use k/wasm (i’d like to support safari, which FWIU doesn’t support wasm gc).
👌 2
p
Setting up k/js is easy. Just look for a project that support the target and copy/paste. Official samples use to support it so I would start there
m
Or just wait a few weeks and Safari will be supported too. The current technology preview already supports it. My app runs nicely on it.
👍 1
k
m
So, the waiting time was not even a week 😉. The latest Safari 18.2 now supports CMP wasmjs.
1