Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyatulu committed Dec 31, 2023
1 parent 9782bd1 commit a8ad7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/Offline_centric_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The `Online App` has access only to an `Online Folder`, whereas the `Offline App

**Communication Framework:**

- The `Online App` provides an API endpoint with three fields for the `Offline App`: a data description, the data itself, and the function name of the WebAssembly (wasm) code. Custom wasm logic facilitates remote server communication, enhancing interoperability.
- The `Online App` provides an API endpoint with three fields for the `Offline App`: a data description, the data itself, and the function name of the WebAssembly (wasm) code. Custom wasm code is one time uploaded to `Online App` by `Offline App`. Custom wasm logic facilitates remote server communication, enhancing interoperability.

**User Traceability:**

Expand Down

0 comments on commit a8ad7ce

Please sign in to comment.