| 978 | } |
| 979 | |
| 980 | WASMEDGE_CAPI_EXPORT uint64_t WasmEdge_ConfigureGetMaxMemoryPage( |
| 981 | const WasmEdge_ConfigureContext *Cxt) noexcept { |
| 982 | if (Cxt) { |
| 983 | return Cxt->Conf.getRuntimeConfigure().getMaxMemoryPage(); |
| 984 | } |
| 985 | return 0; |
| 986 | } |
| 987 | |
| 988 | WASMEDGE_CAPI_EXPORT void |
| 989 | WasmEdge_ConfigureSetRunMode(WasmEdge_ConfigureContext *Cxt, |