Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve FFI layer #6

Open
chunningham opened this issue Nov 19, 2020 · 3 comments
Open

improve FFI layer #6

chunningham opened this issue Nov 19, 2020 · 3 comments

Comments

@chunningham
Copy link
Contributor

Use a tool like flapigen to remove the need for hand-written FFI code between Rust and Java/ObjC modules

@chunningham
Copy link
Contributor Author

we can also use napi-rs for single-module node integration (no more multi-platform multi-version optional dependancy multiplexing)

@chunningham
Copy link
Contributor Author

#8 provides an example of flapigen usage which we can build out to the RN bindings

@chunningham
Copy link
Contributor Author

neon will adopt the N-API soon, so the various versions for the node modules can be removed once neon has implemented that change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant