From 9c65e57a2412000ee1dd79d6a6f8e05f636ba73d Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 13 Feb 2025 00:25:23 +0800 Subject: [PATCH] docs: add comctx --- docs/guide/resources/community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/resources/community.md b/docs/guide/resources/community.md index db8ed5c19..7f954711b 100644 --- a/docs/guide/resources/community.md +++ b/docs/guide/resources/community.md @@ -11,3 +11,4 @@ This page is dedicated to all the awesome people how have made something for WXT ## NPM Packages - [`@webext-core/*`](https://webext-core.aklinker1.io/): Easy-to-use utilities for writing and testing web extensions that work on all browsers. +- [`Comctx`](https://github.com/molvqingtai/comctx): Cross-context RPC solution with type safety and flexible adapters.