<@U0BMF6PDJ> Hey, great talk today! You mentioned ...
# webassembly
c
@bashor Hey, great talk today! You mentioned there is a branch with support for WASI preview 2 (with support for the Component Model), where can we find it? 🙂
1
s
Great talk! 👏 Zalim may be referring to this early prototype: https://github.com/skuzmich/kotlin-wasm-cm-experiments • branch
demo
is a small Component Model demo • branch
main
is a bigger tech test. It includes Kotlin bindings for the whole WASI 0.2 (Preview 2)
👍 1
🙏 4
s
@Svyatoslav Kuzmich [JB] Is it still required to use the
skuzmich/cm-prototype
branch of Kotlin to build https://github.com/skuzmich/kotlin-wasm-cm-experiments?
The use case I would like to explore in KoWasm is consuming Rust libraries from
wasmJs
. Since
wasmWasi
is still using WASI Preview 1 and is less mature than
wasmJs
, looks like a more useful use case for a start.
s
It is still required.
wasmJs
would need more work, because it shares GC with JS/DOM and this is not compatible with components.
👍 1