Olivier Goutay

Results 9 comments of Olivier Goutay

Note: We are not seeing any exceptions like `SQLFullException` for instance 🤔 I'm wondering if SQLDelight is not already handling these by providing an in-memory database for instance?

Hello, Interestingly, I am seeing the same issue on a project I'm working on right now. I have a solution that works for a "Full" iOS app, but not for...

Hello again, In some news, pre-compiling with LLVM (instead of Cranelift) doesn't help. The VM still crashes with the same error `Link(Resource("Failed to create memory: Error when allocating memory: Cannot...

As this is a pretty urgent blocker on my project (a blocker for iOS, as it runs fine on Android), I could propose to make an open-source iOS repository that...

Hello @Michael-F-Bryan I created an Open-Source project that reproduces the issue: https://github.com/oliveeyay/SwiftWasmer There are instructions on how to build and test this project in the README. It uses some simple...

Hello @syrusakbary Thanks for the quick response! Yeah, that's part of one project at Solana indeed. Booked for tomorrow, thanks again.

Hey y'all, @zhangtianhao1230 @Michael-F-Bryan @syrusakbary After chatting with Syrus, I experimented with the `Tunables` API and 2 solutions are working. Based on your needs, you might want to use one...

Same issue here, I've seen this happening in a project, on the latest dependency (17.0.1).

Tried as well recently and still stuck in an infinite booting loop 😢 PS: even when specifying explicitly `target: google_apis`, which is normally the target emulator that supports mounting the...