Parcourir la source

Update document: add SGX to key feature list (#755)

Wenyong Huang il y a 4 ans
Parent
commit
7e60a5db8d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      README.md

+ 1 - 0
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)