I've been watching commits in kotlin repo for a wh...
# webassembly
m
I've been watching commits in kotlin repo for a while and I hardly see anything tagged [WASM], but now I see in this channel that it is actually being developed. Is there maybe a separate repo as it has been with K/N previously?
s
Its in the main repo, search for
Wasm
Copy code
* f7940a2d463 2023-01-03 | [Wasm] Fix invalid cast generation for inline classes [Igor Yakovlev]
* 3cf811012a4 2023-01-04 | [Wasm] Reenable gradle integration tests for node and binaryen [Svyatoslav Kuzmich]
* 9bc6b420a9d 2022-12-29 | [Wasm][Stdlib] Add public APIs for linear memory access [Svyatoslav Kuzmich]
* 71afbb36f54 2022-12-27 | [Wasm] Introduce Xwasm-generate-wat compiler flag (disabled by default) [Igor Yakovlev]
* fc80104d551 2022-12-19 | [Wasm] Fix external functions import clashing [Igor Yakovlev]
* 35340f2f041 2022-12-19 | [Wasm] Fix stdlib String to Float parse [Igor Yakovlev]
* 8b14f4b15c2 2022-12-16 | [Wasm] Mocha test framework support [Igor Yakovlev]
* 4e24a9caa55 2022-12-09 | [Wasm] Cache down-casted dispatcher receiver in virtual functions [Igor Yakovlev]
* 3be3ae48955 2022-12-07 | [Wasm] Fix invalid boxing for non-primitive typed vararg [Igor Yakovlev]
* dc2dcfffee9 2022-12-06 | [Wasm] Enable passing test [Igor Yakovlev]