subwasm
Runtime analyzer
A utility to inspect and analyze Substrate-based runtimes
Subwasm is a cli utility to look inside a Substrate WASM Runtime. It can inspect and compare the metadata of Substrate based runtimes such as Polkadot or Kusama.
62 stars
5 watching
25 forks
Language: WebAssembly
last commit: 2 months ago
Linked from 1 awesome list
blockchainchevdorclimetadatapolkadotruntimerustsubstratetoolwasm
Related projects:
Repository | Description | Stars |
---|---|---|
chevdor/srtool-actions | Automates building of Substrate WASM runtime using srtool in Github CI workflows | 15 |
chevdor/srtool-cli | A command-line tool to simplify the use of the srtool Docker image for building Substrate runtime environments. | 18 |
paritytech/srtool | A toolset for building and verifying WebAssembly runtimes on the Polkadot Network. | 65 |
containerd/runwasi | Facilitates running WebAssembly workloads managed by containerd | 1,093 |
cosmwasm/optimizer | Automated compiler for generating optimized Wasm binaries from Rust contracts | 123 |
cosmwasm/wasmd | An implementation of a Cosmos zone with support for WebAssembly smart contracts. | 369 |
wasmjuicer/juicer | A cosmwasm contract for enabling private transactions on blockchain platforms. | 1 |
rustwasm/twiggy | Analyzes and optimizes the size of WebAssembly binaries by examining their call graphs | 1,288 |
deislabs/containerd-wasm-shims | Provides shims for running WebAssembly workloads on Kubernetes | 314 |
wasmx/fizzy | An interpreter for WebAssembly binaries written in C++ | 217 |
paritytech/substrate-archive | Engine for indexing blockchain data into a PostgreSQL database | 196 |
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 87 |
cosmwasm/wasmvm | A Go library wrapper around the CosmWasm VM for compiling and executing smart contracts. | 175 |
wasmerio/wasmer-ruby | A WebAssembly runtime for Ruby that allows execution of compiled Rust code in a sandboxed environment. | 475 |
abstractsdk/cw-orchestrator | A tool for generating typed interfaces to CosmWasm smart contracts | 79 |