From 7896e42338bc7017faf3d635814c85320038796d Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 24 Oct 2024 18:02:11 -0400 Subject: [PATCH] chore: update README.md with consumers (#15) * chore: update README.md with consumers --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc3353f..b48381d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # wasm-builder -Repository used to create docker images used to build wasm blobs used in Node.js +Repository used to create docker images used to build wasm blobs used in Node.js. + +Currently used by + +[nodejs/undici](https://github.com/nodejs/undici) +[nodejs/amaro](https://github.com/nodejs/amaro) +[nodejs/cjs-module-lexer](https://github.com/nodejs/cjs-module-lexer)