From 151b1392c698f3055f4a38732eebf42e903ac7cc Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 13 Feb 2025 11:37:37 +0800 Subject: [PATCH] docs: Add `comctx` to community page (#1422) --- 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 db8ed5c1..7f954711 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.