zcash-android-wallet-sdk icon indicating copy to clipboard operation
zcash-android-wallet-sdk copied to clipboard

Replace `extern "C"` with `extern "system"` in JNI

Open str4d opened this issue 5 months ago • 0 comments

This is only necessary if we ever convert this SDK from being Android-specific into a generic Kotlin SDK with Windows support. Rust's system ABI is equivalent to the C ABI on every platform except Windows.

str4d avatar Jan 22 '24 17:01 str4d