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 2020/05/27 03:22:12 UTC

[GitHub] [incubator-teaclave] xinuo opened a new issue #317: How to create Functions by useing other language such like Go or Java.

xinuo opened a new issue #317:
URL: https://github.com/apache/incubator-teaclave/issues/317


   Hi:
   In this project , i had seen the function such like "builtin-echo".It can be find in function/src/echo.rs ,right?
   So,if i want to create my function useing other language,must i impl the excutor by useing rust and then create my function?
   


----------------------------------------------------------------
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


[GitHub] [incubator-teaclave] xinuo commented on issue #317: How to create Functions by useing other language such like Go or Java.

Posted by GitBox <gi...@apache.org>.
xinuo commented on issue #317:
URL: https://github.com/apache/incubator-teaclave/issues/317#issuecomment-633922203


   Ok,thanks for your reply.


----------------------------------------------------------------
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


[GitHub] [incubator-teaclave] mssun commented on issue #317: How to create Functions by useing other language such like Go or Java.

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #317:
URL: https://github.com/apache/incubator-teaclave/issues/317#issuecomment-633880651


   Correct.
   
   Currently, we have two executors:
     - native: native functions implemented in Rust
     - mesapy: python functions
   
   We do have plan to implement other executors to support more languages. E.g., we can implement a webassembly executors in SGX, or we can use some libos-like SGX implementations as executors. But this is a long-term plan, and needs a lot efforts.


----------------------------------------------------------------
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


[GitHub] [incubator-teaclave] xinuo closed issue #317: How to create Functions by useing other language such like Go or Java.

Posted by GitBox <gi...@apache.org>.
xinuo closed issue #317:
URL: https://github.com/apache/incubator-teaclave/issues/317


   


----------------------------------------------------------------
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