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
Pablichjenkov
12/06/2024, 4:36 PM
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
Michael Paus
12/06/2024, 4:44 PM
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.