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 2022/01/08 06:07:37 UTC

[GitHub] [incubator-teaclave] qinkunbao opened a new pull request #598: Move execution context into a seperate crate

qinkunbao opened a new pull request #598:
URL: https://github.com/apache/incubator-teaclave/pull/598


   ## Description
   Teaclave execution crate exports several APIs such as `reset_thread_context`, `reset_thread_context`, and `c_open_input`. These APIs are used by statically linked non-rust executors like `mesapy` and `wamr` to read/write files from the execution service.
   
   However, the above APIs are not accessible to the built-in functions because build-in functions are in a different crate `teaclave_function `. `teaclave_function`  is the dependency of the crate `teaclave execution`.
   
   This PR moves these APIs into a separate crate so build-in functions can invoke these APIs directly.
   
   ## How has this been tested?
   CI test.
   
   ## Checklist
   
   * [x] Fork the repo and create your branch from `master`.
   * [x] If you've added code that should be tested, add tests.
   * [x] Ensure the tests pass (see CI results).
   * [x] Make sure your code lints/format.
   


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

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

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 merged pull request #598: Move execution context into a seperate crate

Posted by GitBox <gi...@apache.org>.
mssun merged pull request #598:
URL: https://github.com/apache/incubator-teaclave/pull/598


   


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

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

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 merged pull request #598: Move execution context into a seperate crate

Posted by GitBox <gi...@apache.org>.
mssun merged pull request #598:
URL: https://github.com/apache/incubator-teaclave/pull/598


   


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

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

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