| 755 | } |
| 756 | |
| 757 | WASMEDGE_CAPI_EXPORT void * |
| 758 | WasmEdge_ValueGetExternRef(const WasmEdge_Value Val) noexcept { |
| 759 | return &WasmEdge::retrieveExternRef<uint32_t>( |
| 760 | WasmEdge::ValVariant::wrap<WasmEdge::RefVariant>( |
| 761 | to_WasmEdge_128_t<WasmEdge::uint128_t>(Val.Value)) |
| 762 | .get<WasmEdge::RefVariant>()); |
| 763 | } |
| 764 | |
| 765 | // <<<<<<<< WasmEdge value functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 766 |
no outgoing calls