Hi! I'm adding browser targets for my library but ...
# webassembly
d
Hi! I'm adding browser targets for my library but not familiar with it. How actual is
wasmWasi
target? Should I support it?
a
I do not think wasi is a browser target!!
d
As I said I'm not familiar about that)
f
https://github.com/Kotlin/kotlin-wasm-examples WasmWasi is for non-browser targets; It can run in NodeJS and Deno. (Probably other non-browsers WASM Runtimes too) WasmWasi will support importing functions from the runtime. The example project shows how to get the realtime clock via an imported function.