File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ title: Available Clients
5
5
6
6
A Client is any library that can resolve and invoke [ Wraps] ( ./concepts/wraps ) .
7
7
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.
9
9
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 ) |
15
17
16
18
Other clients:
17
19
- [ Polywrap Go Client] ( https://github.com/polywrap/go-client )
18
-
19
- More clients are in development, such as a Polywrap C# Client(more soon).
You can’t perform that action at this time.
0 commit comments