| 1352 | } |
| 1353 | |
| 1354 | WASMEDGE_CAPI_EXPORT bool |
| 1355 | WasmEdge_LimitIsShared(const WasmEdge_LimitContext *Cxt) noexcept { |
| 1356 | if (Cxt) { |
| 1357 | return fromLimitCxt(Cxt)->isShared(); |
| 1358 | } |
| 1359 | return false; |
| 1360 | } |
| 1361 | |
| 1362 | WASMEDGE_CAPI_EXPORT bool |
| 1363 | WasmEdge_LimitIs64Bit(const WasmEdge_LimitContext *Cxt) noexcept { |