wasm-micro-runtime/product-mini/platforms/linux-sgx/enclave-sample/Enclave
Jämes Ménétrey 6adf9194d4
Normalize how the global heap pool is configured across iwasm apps (#1628)
Use the cmake variable `WAMR_BUILD_GLOBAL_HEAP_POOL` and
`WAMR_BUILD_GLOBAL_HEAP_SIZE` to enable/disable the global heap pool
and set its size. And set the default global heap size in core/config.h and
the cmake files.

As a result, the developers who build iwasm can easily enable/disable the
global heap pool and change its size regardless of the iwasm implementation,
without manually finding and patching the right location for that value.
2022-10-25 21:36:24 +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 Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
Enclave.edl linux-sgx: Implement SGX IPFS as POSIX backend for file interaction (#1489) 2022-09-28 13:09:58 +08:00