You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2021/06/18 21:19:06 UTC

[GitHub] [incubator-teaclave] mssun commented on a change in pull request #508: polished documents

mssun commented on a change in pull request #508:
URL: https://github.com/apache/incubator-teaclave/pull/508#discussion_r654111865



##########
File path: README.md
##########
@@ -48,6 +48,7 @@ platform, making computation on privacy-sensitive data safe and simple.
 - [Access Control](docs/access-control.md)
 - [Build System](docs/build-system.md)
 - [Teaclave Service Internals](docs/service-internals.md)
+- [Adding Executors](adding-executors.md)

Review comment:
       `docs/adding-executors.md`

##########
File path: docs/adding-executors.md
##########
@@ -0,0 +1,48 @@
+---
+permalink: /docs/adding-executors
+---
+
+# Adding Executors
+
+Teaclave supports several function executors currently: `builtin`, `mesapy` and
+`wamr`(WebAssembly Micro Runtime). For more information about current function

Review comment:
       => `wamr` (WebAssembly)
   
   Missing a space.

##########
File path: docs/adding-executors.md
##########
@@ -0,0 +1,48 @@
+---
+permalink: /docs/adding-executors
+---
+
+# Adding Executors
+
+Teaclave supports several function executors currently: `builtin`, `mesapy` and
+`wamr`(WebAssembly Micro Runtime). For more information about current function
+executors, please check [this link]().

Review comment:
       this link is missing

##########
File path: docs/adding-executors.md
##########
@@ -0,0 +1,48 @@
+---
+permalink: /docs/adding-executors
+---
+
+# Adding Executors
+
+Teaclave supports several function executors currently: `builtin`, `mesapy` and
+`wamr`(WebAssembly Micro Runtime). For more information about current function
+executors, please check [this link]().
+
+However, sometimes service providers may found current executors built in

Review comment:
       In Teaclave, we call "service providers" as "platform providers" who provide the Teaclave platform.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org