From 12b2ad736321d0e501b841a02194062c6a0f07bd Mon Sep 17 00:00:00 2001 From: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:52:41 -0800 Subject: [PATCH] add diffz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a361b5795..412f5928e1 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: - 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).