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.
63 stars
5 watching
26 forks
Language: WebAssembly
last commit: 4 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 on a container runtime | 1,114 |
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. | 371 |
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,302 |
deislabs/containerd-wasm-shims | Provides shims for running WebAssembly workloads on Kubernetes | 316 |
wasmx/fizzy | An interpreter for WebAssembly binaries written in C++ | 219 |
paritytech/substrate-archive | Engine for indexing blockchain data into a PostgreSQL database | 195 |
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 86 |
cosmwasm/wasmvm | A Go library wrapper around the CosmWasm VM for compiling and executing smart contracts. | 179 |
wasmerio/wasmer-ruby | A WebAssembly runtime for Ruby that allows execution of compiled Rust code in a sandboxed environment. | 476 |
abstractsdk/cw-orchestrator | A tool for generating typed interfaces to CosmWasm smart contracts | 79 |