Kenneth Geisshirt

Results 415 comments of Kenneth Geisshirt

@AaronDsilva97 It is possible to provide a small app which can reproduce the crash? It will make it easier for us to investigate it.

`await new Promise(resolve => setTimeout(resolve));` or even `setTimeout(() => {}, 0);` will kick the event loop and the UI will get a chance to update.

Do you see a crash if you run your test app on iOS?

@angly-cat Thanks for the update. I hope to be able to investigate a bit early next week.

@lebedev Thank you for investigating. I hope to have some time soon to integrate the patch (or a similar approach).

@jsejcksn We don't have any immediate plans but we are following the Deno project to see how it evolves. Thank you for bringing it to our attention.

> Has there been any work (code or even just research) towards wasm as a compilation target for realm core? We have researched WASM. It will require some refactoring of...

@data-djinn I have played a bit with Deno 1.32, and unfortunately we still have some work to do :cry: It looks like Deno is not respecting the [binary section](https://github.com/realm/realm-js/blob/main/packages/realm/package.json#L301-L309) when...