| 653 | } |
| 654 | |
| 655 | WASMEDGE_CAPI_EXPORT bool |
| 656 | WasmEdge_ValTypeIsRef(const WasmEdge_ValType ValType) noexcept { |
| 657 | return genValType(ValType).isRefType(); |
| 658 | } |
| 659 | |
| 660 | WASMEDGE_CAPI_EXPORT bool |
| 661 | WasmEdge_ValTypeIsRefNull(const WasmEdge_ValType ValType) noexcept { |