#pragma once #include void bind_websocket_bridge(v8::Isolate* isolate, const v8::Global& context); void v8_runt_websocket_server_create(const v8::FunctionCallbackInfo& args); void v8_runt_websocket_server_start(const v8::FunctionCallbackInfo& args); void v8_runt_websocket_server_stop(const v8::FunctionCallbackInfo& args); void v8_runt_websocket_server_tick(const v8::FunctionCallbackInfo& args); void v8_runt_websocket_server_send_all(const v8::FunctionCallbackInfo& args); void v8_runt_websocket_server_send_client(const v8::FunctionCallbackInfo& args);