mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
* Move uWebSockets and uSockets forks into Bun's repository * Update Makefile * Update settings.json * Update libuwsockets.cpp * Remove backends we won't be using * Update bindings.cpp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
module bun-usockets {
|
|
header "src/libusockets.h"
|
|
export *
|
|
}
|