optimizer
Contract optimizer
Automated compiler for generating optimized Wasm binaries from Rust contracts
Dockerfile and script to deterministically produce the smallest possible Wasm for your Rust contract
123 stars
8 watching
61 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mandrean/cw-optimizoor | Optimization tool for compiling and optimizing CosmWasm smart contracts. | 50 |
cosmwasm/cosmwasm | A set of tools and libraries for building smart contracts in Rust for the Cosmos SDK. | 1,073 |
oraichain/cosmwasm-tools | A toolset for optimizing and building cosmowasm contracts in TypeScript | 12 |
cosmwasm/cw-storage-plus | Provides storage abstractions for CosmWasm smart contracts | 37 |
cosmwasm/wasmvm | A Go library wrapper around the CosmWasm VM for compiling and executing smart contracts. | 175 |
rustwasm/twiggy | Analyzes and optimizes the size of WebAssembly binaries by examining their call graphs | 1,288 |
osmosis-labs/beaker | A toolkit that simplifies interactions with CosmWasm smart contracts and streamlines development workflow | 106 |
cosmwasm/cw-template | A template to create smart contracts in Rust for the Cosmos SDK | 288 |
cosmwasm/wasmd | An implementation of a Cosmos zone with support for WebAssembly smart contracts. | 369 |
abstractsdk/cw-orchestrator | A tool for generating typed interfaces to CosmWasm smart contracts | 79 |
cosmwasm/cw-plus | Provides reusable contract specifications and sample implementations for building fungible tokens and other domains on the CosmWasm platform. | 511 |
wasmjuicer/juicer | A cosmwasm contract for enabling private transactions on blockchain platforms. | 1 |
rustwasm/wee_alloc | An allocator designed to minimize WebAssembly code size while still providing efficient memory management. | 666 |
ashleygwilliams/wasm-pack | A tool for building and working with Rust-generated WebAssembly packages | 1 |
deislabs/containerd-wasm-shims | Provides shims for running WebAssembly workloads on Kubernetes | 314 |