Zalim Bashorov
Zalim Bashorov
@hydai sure, here it is [kotlin-wasm-wasi-example-wasm-wasi.wasm.zip](https://github.com/WasmEdge/WasmEdge/files/14635149/kotlin-wasm-wasi-example-wasm-wasi.wasm.zip) Following works by running `_start`, which directly calls wasi APIs ```shell $ wasmedge --enable-all kotlin-wasm-wasi-example-wasm-wasi.wasm [2024-03-18 12:02:01.300] [warning] GC proposal is enabled, this is...
@q82419 Thanks for the fix! When do you expect it to be available?
@hydai Right now, we have only a basic example [here](https://github.com/Kotlin/kotlin-wasm-examples/tree/main/wasi-example).
As soon as we get a build with #3292 we can try to run our compiler tests, but it might be tricky since so far we run tests only on...
@q82419 Thanks! I've checked rc.2 with simple examples, and it works well so far.
Recently I ran a big chunk of compiler tests (7561) with rc.2, and about 90% of them passed. I see two big groups of tests that failed: * Tests in...
> We are working on the Exception Handling proposal now. We would like to have it in the 0.14.1 soon. @hydai Great! Do you have an approximate timeline for that?
@q82419 🔥 Super! Looking forward to it!
@q82419 As I see, you are supporting only the latest version of EH, and I'm wondering if you could support a previous version as well, maybe a limited version w/o...
@q82419, any updates on EH and alpha.4?