From a8ad7ceb5c27c6539815fbf226b16e2d238e68ad Mon Sep 17 00:00:00 2001 From: Amiya Behera Date: Sun, 31 Dec 2023 15:49:23 +0530 Subject: [PATCH] update --- src/linux/Offline_centric_apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux/Offline_centric_apps.md b/src/linux/Offline_centric_apps.md index a428ef3..f3fec02 100644 --- a/src/linux/Offline_centric_apps.md +++ b/src/linux/Offline_centric_apps.md @@ -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:**