Skip to content

Add portable file streaming APIs - #6

Merged
AbassHammed merged 3 commits into
masterfrom
codex/shared-file-streams
Jun 17, 2026
Merged

Add portable file streaming APIs#6
AbassHammed merged 3 commits into
masterfrom
codex/shared-file-streams

Conversation

@AbassHammed

Copy link
Copy Markdown
Contributor

Summary

  • add portable frontend byte stream APIs for desktop, Android, and iOS
  • add Rust-side filesystem API with app.vnidrop_fs() and stream reader/writer handles
  • add a Rust-side example app that keeps filesystem operations in backend commands
  • document stream usage and add regression/type tests

Checks

  • npm run check
  • npm run build in examples/tauri-rust-side-app
  • cargo check in examples/tauri-rust-side-app/src-tauri
  • cargo check --target aarch64-apple-ios-sim --all-features --features tauri/wry
  • npm run test:ios
  • npm run test:android:jvm

@AbassHammed AbassHammed self-assigned this Jun 17, 2026
@AbassHammed
AbassHammed merged commit 1b8adf2 into master Jun 17, 2026
3 checks passed
@AbassHammed
AbassHammed deleted the codex/shared-file-streams branch June 17, 2026 11:31
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

Successfully merging this pull request may close these issues.

1 participant