| 648 | } |
| 649 | |
| 650 | WASMEDGE_CAPI_EXPORT bool |
| 651 | WasmEdge_ValTypeIsExternRef(const WasmEdge_ValType ValType) noexcept { |
| 652 | return genValType(ValType).isExternRefType(); |
| 653 | } |
| 654 | |
| 655 | WASMEDGE_CAPI_EXPORT bool |
| 656 | WasmEdge_ValTypeIsRef(const WasmEdge_ValType ValType) noexcept { |