Accessing structs via FFI
Hi,
I am trying to do some FFI. On the Rust side I have this struct
This is represented Deno side like so
The login function works, but I am not sure how to safely access the struct data.
I am trying to do some FFI. On the Rust side I have this struct
This is represented Deno side like so
The login function works, but I am not sure how to safely access the struct data.
