| 875 | } |
| 876 | |
| 877 | WASMEDGE_CAPI_EXPORT uint32_t |
| 878 | WasmEdge_ResultGetCode(const WasmEdge_Result Res) noexcept { |
| 879 | return Res.Code & 0x00FFFFFFU; |
| 880 | } |
| 881 | |
| 882 | WASMEDGE_CAPI_EXPORT WasmEdge_ErrCategory |
| 883 | WasmEdge_ResultGetCategory(const WasmEdge_Result Res) noexcept { |
no outgoing calls