Skip to content

Commit b3fe31b

Browse files
committed
add clients table
1 parent 14654ff commit b3fe31b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/docs/clients.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ title: Available Clients
55

66
A Client is any library that can resolve and invoke [Wraps](./concepts/wraps).
77

8-
The Polywrap Foundation maintains a number of Clients, most notably:
8+
While anyone can create their own Polywrap client, the Polywrap Foundation maintains a number of core clients for the most common use cases.
99

10-
- [Polywrap JS Client](https://github.com/polywrap/javascript-client)
11-
- [Polywrap Python Client](https://polywrap-client.readthedocs.io)
12-
- [Polywrap Rust Client](https://github.com/polywrap/rust-client)
13-
- [Polywrap Swift Client](https://github.com/polywrap/swift-client)
14-
- [Polywrap Kotlin Client](https://github.com/polywrap/kotlin-client)
10+
| Environment | Github | Reference docs |
11+
|:---|:---|:---|
12+
| Javascript/Typescript | [Javascript client repository](https://github.com/polywrap/javascript-client) | [JS/TS reference documentation](https://polywrap.github.io/javascript-client/) |
13+
| Rust | [Rust client repository](https://github.com/polywrap/rust-client) | Coming soon |
14+
| Python | [Python client repository](https://github.com/polywrap/python-client) | [Rust reference documentation](https://polywrap-client.readthedocs.io) |
15+
| Kotlin/Android | [Kotlin client repository](https://github.com/polywrap/kotlin-client) | [Kotlin reference documentation](https://kotlin.client.polywrap.io/) |
16+
| Swift/iOS | [Swift client repository](https://github.com/polywrap/swift-client) | [Swift reference documentation](https://polywrap.github.io/swift-client/documentation/polywrapclient) |
1517

1618
Other clients:
1719
- [Polywrap Go Client](https://github.com/polywrap/go-client)
18-
19-
More clients are in development, such as a Polywrap C# Client(more soon).

0 commit comments

Comments
 (0)