Chen Qi

Results 6 comments of Chen Qi

My latest investigation is WebAssembly is supported on JSC iOS Device, but not on JSC iOS Emulator.

Channels/actors pattern can be replaced by kotlin coroutines MutableSharedFlow/MutableStateFlow now, which support mutable data transfer cross coroutines/threads.

It's greatly appreciated. I have a small native library project used for Android and iOS, which only have 2 c files and 1 JNI c files. I use standard Android...

Maybe you can try `kotlinx.html` with `DSLMarker`. Mark `resources` as annotation, embed resource files into `klib`, which just like `jar` file's structures.

In MMKV original version, different languages have different function signatures. Java: "encode" and "decode", "getXXX" and "putXXX". Objective-C: "getXXX" and "setXXX". It need to be consistent in `MMKV-Kotlin`, but "takeXXX"...