From 7e60a5db8de3bdc465a5bdea5a1444cec381f452 Mon Sep 17 00:00:00 2001 From: Wenyong Huang Date: Thu, 16 Sep 2021 16:59:04 +0800 Subject: [PATCH] Update document: add SGX to key feature list (#755) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3438745d..61ff6b3f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ iwasm VM core - [The mechanism for exporting native API's to WASM applications](./doc/export_native_api.md) - [Multiple modules as dependencies](./doc/multi_module.md), ref to [sample](samples/multi-module) - [Thread management and pthread library](./doc/pthread_library.md), ref to [sample](samples/multi-thread) +- [Linux SGX (Intel Software Guard Extension) support](./doc/linux_sgx.md) ### post-MVP features - [Non-trapping float-to-int conversions](https://github.com/WebAssembly/nontrapping-float-to-int-conversions)