Ken

Results 14 comments of Ken

@e-id @m4heshd @remorses Could you write some example code and/or configuration to build for Windows? I want to understand how to create `.appx`. https://github.com/ken0x0a/deskgap-packaging-scripts Mac version is working okay (still...

It's complicated, how to determine with type to use from sumtype. Rust has lots of options for this kind of task. https://serde.rs/enum-representations.html

And also, if we want to check ffi overhead, I think we need to update v file to ```v #flag ./newplus/plus.o #include "./newplus/plus.h" ``` instead of ```v #include "newplus/plus.c" ```

my change result in 0ms

@minond As I understand correctly, this repo is about ffi overhead. By using `#include "newplus/plus.c"` there should "not" be any overhead as ".v" file is translated into ".c" and compiled...

@dumblob That's true. Good to use `-prod`. That's fair. And also think, the results on the README file will change a lot if we use LTO.

@minond Can you merge this?

I think, this issue can be closed as Bun is supported now.

> ```rust > > // TODO: Here we are just lying to Rust. I don't know if this is a safe assumption to make but it seems to be working...

As a temporary workaround (?), set `detachInactiveScreens={false}` for StackNavigator https://reactnavigation.org/docs/stack-navigator/#detachinactivescreens to prevent this error.