| 658 | } |
| 659 | |
| 660 | WASMEDGE_CAPI_EXPORT bool |
| 661 | WasmEdge_ValTypeIsRefNull(const WasmEdge_ValType ValType) noexcept { |
| 662 | return genValType(ValType).isNullableRefType(); |
| 663 | } |
| 664 | |
| 665 | // <<<<<<<< WasmEdge valtype functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 666 |