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/samples
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
..
basic Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
file linux-sgx: Allow to open files with arbitrary paths in the sandbox using IPFS (#1685) 2022-11-07 19:56:16 +08:00
gui Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
littlevgl Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
multi-module Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
multi-thread Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
native-lib samples/native-lib: use the same shared lib name as product-mini (#1669) 2022-11-01 21:55:43 +08:00
ref-types Fix sample ref-types/wasm-c-api build error with wat2wasm low version (#1702) 2022-11-15 13:51:03 +08:00
sgx-ra Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
simple Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
socket-api Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
spawn-thread Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
wasm-c-api Fix sample ref-types/wasm-c-api build error with wat2wasm low version (#1702) 2022-11-15 13:51:03 +08:00
workload Dockerfile lint errors fix (#1493) 2022-09-22 13:06:11 +08:00