## Description Change the executor's payload type from `String` to `Vec<u8>` for future compatibility of WebAssembly Code
Fixes # (issue) ## Type of change (select or add applied and delete the others) - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [X] Code cleanup or just sync with upstream third-party crates ## How has this been tested? Totally tested with `make run-tests` ## Checklist - [X] Fork the repo and create your branch from `master`. - [X] If you've added code that should be tested, add tests. - [X] 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/503 -- Commit Summary -- * try to fix String payload to Vec<u8> * compiled, a few tests failed * tests passed, ready -- File Changes -- M executor/src/builtin.rs (2) M executor/src/mesapy.rs (9) M services/execution/enclave/src/service.rs (3) M types/src/staged_function.rs (6) M types/src/worker.rs (2) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/503.patch https://github.com/apache/incubator-teaclave/pull/503.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/503
