Currently Kermit only supports the wasmJs target, but since Kotlin 2.0 or 2.1 (don't know when exactly it was introduced), there is also now a wasmWasi target.
Kermit could also support the wasmWasi target, though using it might require more configuration since there isn't a JS console to use by default. More information on the WASI target here.
Currently Kermit only supports the
wasmJstarget, but since Kotlin 2.0 or 2.1 (don't know when exactly it was introduced), there is also now awasmWasitarget.Kermit could also support the
wasmWasitarget, though using it might require more configuration since there isn't a JS console to use by default. More information on the WASI target here.