Files
bun.sh/bench
Jarred Sumner 87983464d8 Implement DNS module (#1691)
* Boilerplate for DNS stuff

* Add c-ares

* lookup

* make

* Implement dns.lookup

* Create c-ares

* wip

* normalize

* repro

* Revert "repro"

This reverts commit 8b93e0c295b335b8882a9601da47720348549beb.

* Implement macOS `getaddrinfo_async_start`

* embiggen

* Update string_immutable.zig

* Update Makefile

* alright

* Update .gitignore

* Add types

* more ccache

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update bun.d.ts

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-01-07 07:09:48 -08:00
..
2022-07-12 01:40:12 -07:00
2022-07-12 01:40:12 -07:00
2022-12-15 16:28:47 -08:00
2022-12-15 16:28:47 -08:00
2022-07-12 01:40:12 -07:00
2022-12-15 16:28:47 -08:00
2022-12-15 16:28:47 -08:00
2022-12-15 16:28:47 -08:00
2022-12-15 16:28:47 -08:00
2022-10-13 15:32:25 -07:00
2023-01-07 07:09:48 -08:00
2023-01-05 05:09:34 -08:00
2022-07-12 01:40:12 -07:00
2022-07-12 01:40:12 -07:00

npm install

bun run ffi
bun run log
bun run gzip
bun run async
bun run sqlite

# to use custom version of bun/deno/node binary
BUN=path/to/bun bun run ffi
# or edit .env file