This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
commit 5b62c90fd7bc19c994be03812852d892332f18f6 Author: Mingshen Sun <[email protected]> AuthorDate: Tue Mar 2 11:02:46 2021 -0800 Add teaclave meetup 2 --- site/blog/2021-02-25-teaclave-meetup-2.md | 56 +++++++++++++++++++++ .../rust-optee-trustzone-sdk-donation-timeline.png | Bin 0 -> 301709 bytes site/blog/img/teaclave-client-sdks.png | Bin 0 -> 550923 bytes site/blog/img/teaclave-meetup-2-zoom.png | Bin 0 -> 3689858 bytes 4 files changed, 56 insertions(+) diff --git a/site/blog/2021-02-25-teaclave-meetup-2.md b/site/blog/2021-02-25-teaclave-meetup-2.md new file mode 100644 index 0000000..8598832 --- /dev/null +++ b/site/blog/2021-02-25-teaclave-meetup-2.md @@ -0,0 +1,56 @@ +--- +title: "Teaclave Meetup #2" +date: 2021-02-25 +author: Mingshen Sun +--- + +Last time, we discussed setting the meetup as a regular activity (i.e., the +last Thursday in each Month). On Feb 25, we organized the second Teaclave +virtual meetup. Around ten people from the community showed up in the virtual +meetup. Thanks for attending the meetup. Hope to see more people in the next +meetup and sharing your ideas. + + + +For people who were not available at this time, here is a short summary. + +## Schedule + +- Recent updates on Teaclave, Mingshen Sun (15 m) +- Q&A and free discussion (45 m) + +## Recent Updates on Teaclave + +Mingshen shared some recent updates on Teaclave with following outlines: + +- Teaclave TrustZone SDK donation +- Releasing Apache Teaclave (incubating) 0.2.0 +- Teaclave Client SDK in Swift (iOS framework) +- Talks in OC3 - Open Confidential Computing Conference 2021, Mar 11 + +### Rust OP-TEE TrustZone SDK donation + +For the recent donation on Rust OP-TEE TrustZone SDK, here is a timeline of the +project. Currently, this project is under transfer and will be under the +Apache organization on GitHub in the next few days. + + + +### Teaclave Client SDKs + +Mingshen also gave a brief introduction on the design and implementation of +Teaclave client SDKs in different languages and their relationships. + + + +## Demo of Rust Std Aware Cargo + +One of our contributor `lyj` also demonstrated his efforts on std aware Cargo +(#311 in `incubator-teaclave-sgx-sdk`). By using this method, people no longer +needs `Xargo` or `no-std` to build the SGX enclave. Hope this improvement will +ease the development of SGX enclaves and porting crates. + +At last, thanks for attending this meetup. I'll continue to drive this meetup +and make it a monthly activity for the community. If you want to speak in the +next time, please post your proposed topic in the mailing list. I'll help you to +schedule the time. diff --git a/site/blog/img/rust-optee-trustzone-sdk-donation-timeline.png b/site/blog/img/rust-optee-trustzone-sdk-donation-timeline.png new file mode 100644 index 0000000..9873764 Binary files /dev/null and b/site/blog/img/rust-optee-trustzone-sdk-donation-timeline.png differ diff --git a/site/blog/img/teaclave-client-sdks.png b/site/blog/img/teaclave-client-sdks.png new file mode 100644 index 0000000..44629da Binary files /dev/null and b/site/blog/img/teaclave-client-sdks.png differ diff --git a/site/blog/img/teaclave-meetup-2-zoom.png b/site/blog/img/teaclave-meetup-2-zoom.png new file mode 100644 index 0000000..ae9fc06 Binary files /dev/null and b/site/blog/img/teaclave-meetup-2-zoom.png differ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
