This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/product-mini/platforms/linux-sgx/enclave-sample
Wenyong Huang 29b76dd275
Create module hash for each module in SGX lib-rats (#1745)
Current SGX lib-rats wasm module hash is stored in a global buffer,
which may be overwritten if there are multiple wasm module loadings.
We move the module hash into the enclave module to resolve the issue.

And rename the SGX_IPFS macro/variable in Makefile and Enclave.edl to
make the code more consistent.

And refine the sgx-ra sample document.
2022-11-24 21:48:50 +08:00
..
App Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
Enclave Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
Makefile Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
Makefile_minimal Add macro to exclude sgx wasi/pthread ocalls if not needed (#384) 2020-09-15 15:49:09 +08:00