<https://twitter.com/bashorov/status/1674733616151...
# webassembly
b
f
sorry for my newbie question : what is wasi???
b
WebAssembly System Interface, collection of API that provides access to several operating-system-like features, including files and filesystems, Berkeley sockets, clocks, etc.
f
thanks Zalim
a
The WASI support will be based on preview1, right? Or will you work on supporting the component model as well?
b
Right, first version will be based on preview1
we have a plan to support component model as well, but later
d
@bashor Can we expect a Kotlin backend application compiled to WASI to be as performant (and small in size) as a Golang binary? That might convince me to switch to Kotlin even for backend applications
b
@Daniele B It’s hard to say in general, it also depends on workloads.
@Daniele B do you mean stabdalonr golang binary or golang compiled to wasm?
d
@bashor I am referring to standalone golang binaries
What characterize Golang binaries (w.r.t. JVM) is mostly: • They are small in size • They start up very quickly • They have a very small memory footprint