jsi-sys 0.3.0-alpha.5

Low-level interface to React Native JSI
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(target_os = "android")]
mod android;
mod base;
mod host;

#[cfg(target_os = "android")]
pub use android::*;
pub use base::*;
pub use host::*;