what's the kotlin wasm component model use cases ...
# webassembly
s
what's the kotlin wasm component model use cases because i find myself waiting for something I don't know how to use it
s
It will allow to use Wasm libraries from other languages (Rust for example) as easy as if they was written in Kotlin (I simplify a bit). Today, if you try something as simple as dealing with
String
you will likely spend 95% of you time writing the binding. Also Wasm Component model is the basis for recent version of Wasi which will allow to deal with filesystem, clock, time zones, env variables, etc.