4 releases

0.0.1-prealpha.85 Jun 14, 2022
0.0.1-prealpha.84 Jun 8, 2022
0.0.1-prealpha.83 Jun 2, 2022
0.0.1-prealpha.82 May 31, 2022

#18 in #developer-tools

MIT license

79KB
2K SLoC

polywrap-banner

Polywrap is a framework for developing software powered by Wraps. Wraps are software modules that are:

  • Portable - run in any environment
  • Composable - easily and safely call into one another

We believe that the future of software will be driven by a multitude of highly-specialized, platform-agnostic modules rather than monoliths.

Getting Started

To get started using the Polywrap CLI, follow the installation instructions.

If you haven't already, checkout Polywrap's developer documentation, where you'll find quick-starts & in-depth tutorials to help you accomplish your goals.

Contributing

If you're interested in contributing to this, or any Polywrap repository, checkout the contributing guide as well as join our Discord!


lib.rs:

The Polywrap Rust/WASM Runtime Library

Polywrap is a WASM-standard developer tool for integrating Web3 protocols into applications. It makes it possible for applications on any platform, written in any language, to read and write data to Web3 protocols. This eliminates the need for client-side SDKs, making dapps lightweight and multi-platform.

This library is the Rust implementation of the Polywrap WASM runtime. (There's another implementation in AssemblyScript)

Warning The library is still in rapid development and everything may change until 1.0 is shipped.

Usage

https://docs.polywrap.io/

Dependencies

~1.5–2.3MB
~52K SLoC