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/core/iwasm/include
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
..
aot_export.h Add control for the native stack check with hardware trap (#1682) 2022-11-07 18:26:33 +08:00
lib_export.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
wasm_c_api.h Add wasm_module_obtain() to clone wasm_module_t (#1660) 2022-11-09 12:50:58 +08:00
wasm_export.h Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00