aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Dylan Conway <35280289+dylan-conway@users.noreply.github.com> 2023-02-21 11:52:41 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-21 11:52:41 -0800
commit12b2ad736321d0e501b841a02194062c6a0f07bd (patch)
treed53bf4855fbe29ccfa671a0d033c58fd89e0f4ec
parentd786dd6c0bd0c8b4f4444ab55cbcb479e8d87b7e (diff)
downloadbun-12b2ad736321d0e501b841a02194062c6a0f07bd.tar.gz
bun-12b2ad736321d0e501b841a02194062c6a0f07bd.tar.zst
bun-12b2ad736321d0e501b841a02194062c6a0f07bd.zip
add diffz
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a361b579..412f5928e 100644
--- a/README.md
+++ b/README.md
@@ -5092,6 +5092,7 @@ bun also statically links these libraries:
- [`uSockets`](https://github.com/uNetworking/uSockets), which is Apache 2.0 licensed
- [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed
- [`c-ares`](https://github.com/c-ares/c-ares), which is MIT licensed
+- [`diffz`](https://github.com/ziglibs/diffz), which is MIT licensed
- `libicu` 72, which can be found here: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE>
- A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is Apache 2.0 licensed
- WASI implementation from [`wasi-js`](https://github.com/sagemathinc/cowasm/tree/main/core/wasi-js), which is BSD 3 clause licensed. Note that wasi-js is originally based on [wasmer-js](https://github.com/wasmerio/wasmer-js), which is MIT licensed. wasmer-js was based on [node-wasi](https://github.com/devsnek/node-wasi) by Gus Caplan (also MIT licensed). You can [read more about the history here](https://github.com/sagemathinc/cowasm/tree/main/core/wasi-js#history).