#ifndef SOCKET_RUNTIME_WEBASSEMBLY_UV_H
#define SOCKET_RUNTIME_WEBASSEMBLY_UV_H

struct uv_loop;
typedef struct uv_loop uv_loop_t;

#endif
