ffi: small sharedlib#99
Merged
Merged
Conversation
Co-authored-by: Copilot <copilot@github.com>
…enabling QUIC-only minimal build - switch QUIC/rustls crypto path to aws-lc-rs (ring-free via patched quinn) - add release-small profile for size-optimized artifacts - make grpc stack optional (tonic/prost/tonic-prost) - add async-client/grpc feature gates in core crate - make uniffi/serde/serde_json optional in flowsdk_ffi - gate UniFFI derives/exports/scaffolding behind uniffi-bindings - gate serde_json-based event JSON C APIs behind uniffi-bindings - require uniffi-bindings for uniffi-bindgen bin target - relax PriorityQueue serde bounds to persistence methods only Co-authored-by: Copilot <copilot@github.com>
…for reducing the shared lib size. Co-authored-by: Copilot <copilot@github.com>
… C FFI elapsed time tracking Co-authored-by: Copilot <copilot@github.com>
…dencies for improved compatibility Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Install Rust toolchain | ||
| uses: dtolnay/rust-toolchain@stable |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #99 +/- ##
==========================================
- Coverage 76.90% 76.85% -0.06%
==========================================
Files 66 66
Lines 17064 17100 +36
==========================================
+ Hits 13123 13142 +19
- Misses 3941 3958 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…I workflow Co-authored-by: Copilot <copilot@github.com>
c4c24b7 to
21a0488
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is the 2nd attempt to fixes #98
Reduce shared lib size by linking system lib crypto to decopule the ring for FFI.
Fork of quinn is required .
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Checklist:
Performance Impact
Security Considerations