wasm-micro-runtime/core/iwasm
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 Update xtensa LLVM version to 15.x (#1741) 2022-11-24 12:48:31 +08:00
common Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
compilation Revert "Implement call Fast JIT function from LLVM JIT jitted code" (#1737) 2022-11-22 14:04:48 +08:00
fast-jit Revert "Implement call Fast JIT function from LLVM JIT jitted code" (#1737) 2022-11-22 14:04:48 +08:00
include Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
interpreter Refine the stack frame size check in interpreter (#1730) 2022-11-22 15:32:48 +08:00
libraries Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00