## 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's Millionaires' 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've added code that should be tested, add tests. - [ ] If you'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