This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f5a5d8  Correct some documents (#519)
2f5a5d8 is described below

commit 2f5a5d8f1dfb8f9c69a6e81efe9990ff5e8e33e0
Author: Hongbo <[email protected]>
AuthorDate: Fri Jul 2 20:23:58 2021 -0700

    Correct some documents (#519)
---
 docs/access-control.md | 2 +-
 docs/executing-wasm.md | 5 +++--
 third_party/README.md  | 2 ++
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/access-control.md b/docs/access-control.md
index c04ba12..08cfe4a 100644
--- a/docs/access-control.md
+++ b/docs/access-control.md
@@ -39,7 +39,7 @@ task_access_data = task, data
 ```
 
 defines a request called `task_access_data` which contains two fields named
-`usr` and `data`. This request can mean a task with the id `task` wants to
+`task` and `data`. This request can mean a task with the id `task` wants to
 access a piece of data hosted by Teaclave whose id is `data`.
 
 ### term
diff --git a/docs/executing-wasm.md b/docs/executing-wasm.md
index dae19ae..552182b 100644
--- a/docs/executing-wasm.md
+++ b/docs/executing-wasm.md
@@ -46,7 +46,8 @@ bytecode. Remember to add following options while compiling:
 You can also use `clang` provided by
 [wasi-sdk](https://github.com/WebAssembly/wasi-sdk), and the option
 `--target=wasm32` is not needed for this version. We also provide an [example
-payload written in C](../examples/python/wasm_c_millionaire_problem_payload).
+payload written in
+C](https://github.com/apache/incubator-teaclave/tree/master/examples/python/wasm_c_millionaire_problem_payload).
 
 ## From Rust
 
@@ -71,7 +72,7 @@ wasm-gc target/wasm32-unknown-unknown/release/[WASM FILENAME]
 ```
 
 For detailed optimization options and function signature, please refer to the
-[example payload](../examples/python/wasm_rust_psi_payload).
+[example 
payload](https://github.com/apache/incubator-teaclave/tree/master/examples/python/wasm_rust_psi_payload).
 
 ## References
 
diff --git a/third_party/README.md b/third_party/README.md
index 0b94b62..447f2ea 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -19,3 +19,5 @@ Basically, we have these submodules:
   - `mesapy`: a Python interpreter targeting SGX.
   - `rust-sgx-sdk`: Teaclave SGX SDK for standard libraries and Rust bindings 
of
     SGX libraries.
+  - `webassembly-micro-runtime`: A sandboxed runtime to execute(interpret)
+    WebAssembly bytecode.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to