wasm-micro-runtime/product-mini/platforms/linux-sgx/enclave-sample/Enclave
Wenyong Huang 3198018214
Fix linux-sgx build error when libc-wasi is disabled (#2997)
Compilation error was reported when `cmake -DWAMR_BUILD_LIBC_WASI=0`
on linux-sgx platform:
```
core/shared/platform/linux-sgx/sgx_socket.c:8:10:
fatal error: libc_errno.h: No such file or directory
    8 | #include "libc_errno.h"
      |          ^~~~~~~~~~~~~~
```
After fixing, both `cmake -DWAMR_BUILD_LIBC_WASI=1` and
`WAMR_BUILD_LIBC_WASI=0` work good.
2024-01-11 14:26:39 +08:00
..
Enclave_minimal.edl Support get return value for SGX os_printf/os_vprintf (#1387) 2022-08-16 14:23:34 +08:00
Enclave_private.pem Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
Enclave_test.cpp Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
Enclave.config.xml Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
Enclave.cpp Fix linux-sgx build error when libc-wasi is disabled (#2997) 2024-01-11 14:26:39 +08:00
Enclave.edl Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00