-
Hey folks! I've finally got all of Wasm GC implemented for Wasmtime and all spec tests passing.[^1] I also have a sizable backlog of potential optimizations to do. But, of course, it seems pretty sill…
-
We want to generate C++ code that we can use to compile to unsupported platforms like Playstation, Xbox or homebrew platforms.
We can benefit from Kotlin targetting WASM.
It should be possible to st…
-
-
Thanks for maintaining this useful debugging utility. I was transferring from JS to WASM and I got:
```
Could not resolve io.github.theapache64:rebugger:1.0.0-rc03.
```
I figured that WASM pla…
-
It would be nice for this library to support kotlin/js and kotlin/wasm, backend user agent parsing doesn't have a big use compared how it's used in frontends.
-
Support non-JVM backends, such as...
- [ ] Kotlin/Native: https://kotlinlang.org/docs/native-overview.html
- [ ] Kotlin/JS: https://kotlinlang.org/docs/js-overview.html
- [ ] Kotlin/Wasm: https:/…
-
https://kotlin.github.io/kotlin-wasm-compose-template/
This live demo app not loading on mobile browsers.
Is wasm not supported on mobile browsers?
-
### PROPOSAL
provide support for [WASI](https://wasi.dev/) as a build target for `dart compile`
eg: `dart compile wasm -t wasi ` or `dart compile wasi`
### NOTE
1. this issue is part / disa…
-
Currently, Kotlin Wasm is [Alpha](https://kotlinlang.org/docs/components-stability.html).
Dokka analyzes it as JS platform. Dokka K1 does the same.
It is blocked by https://youtrack.jetbrains.com…
-
### SQLDelight Version
2.0.0
### Application Operating System
JS
### Describe the Bug
Hey maybe I just missed something, but I'm hosting a Kotlin/JS app on Github pages and this app included SQLD…