You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Hongbo <no...@github.com.INVALID> on 2021/06/24 01:21:48 UTC

[apache/incubator-teaclave] Add support for Teaclave protected files in WAMR executor and related teat (#512)

## Description

Add support for Teaclave protected files in WAMR executor.
A series of APIs in C for WAMR with documents is put into `teaclave_pf.h`
Update the test for WAMR executor to an implementation of Yao&#39;s Millionaires&#39; problem.

Fixes # (issue)

## Type of change (select or add applied and delete the others)

- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [X] API change with a documentation update
- [X] Additional test coverage
- [ ] Code cleanup or just sync with upstream third-party crates

## How has this been tested?

## Checklist

- [X] Fork the repo and create your branch from `master`.
- [X] If you&#39;ve added code that should be tested, add tests.
- [ ] If you&#39;ve changed APIs, update the documentation.
- [ ] Ensure the tests pass (see CI results).
- [ ] Make sure your code lints/format.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/512

-- Commit Summary --

  * Add support for Teaclave protected files in WAMR executor and related

-- File Changes --

    A examples/python/wasm_teaclave_pf_payload/teaclave_pf.c (117)
    A examples/python/wasm_teaclave_pf_payload/teaclave_pf.h (68)
    A examples/python/wasm_teaclave_pf_payload/teaclave_pf.wasm (0)
    M executor/src/context.rs (104)
    M executor/src/wamr.rs (129)
    A tests/fixtures/functions/wamr/input_a.txt (1)
    A tests/fixtures/functions/wamr/input_b.txt (1)
    A tests/fixtures/functions/wamr/output.txt (0)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/512.patch
https://github.com/apache/incubator-teaclave/pull/512.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/512

Re: [apache/incubator-teaclave] Add support for Teaclave protected files in WAMR executor and related tests (#512)

Posted by Mingshen Sun <no...@github.com.INVALID>.
Merged #512 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/512#event-4949171174