Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyatulu committed Jan 25, 2024
1 parent 220721b commit 3371cb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/linux/Offline_centric_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ But how can we trust the compromised linux operating system software that genera
## Wasm interface types

[Wit Bindgen](https://github.com/bytecodealliance/wit-bindgen) uses Guest language bindings generator for WIT and the Component Model. With it different modules (or apps) can talk with each other. Its also used for the [Tauri Inter-process communication (IPC) bridge](https://github.com/tauri-apps/tauri-bindgen)

## Anonymity Protocols in rust

One can use anonymous protocols like Tor by default with tauri to protect users.

[Arti](https://tpo.pages.torproject.net/core/arti/) is a project to implement the Tor anonymity protocols in the Rust programming language.

0 comments on commit 3371cb4

Please sign in to comment.