An open API service indexing awesome lists of open source software.

https://github.com/jeffasante/wasm-inspector

WASM Inspector is a fast Rust-powered tool for analyzing WebAssembly modules in your browser or via CLI. It reveals module structure, function call graphs, performance metrics, memory usage, and runtime compatibility. The core engine is compiled to WebAssembly for efficient client-side analysis in the web interface.
https://github.com/jeffasante/wasm-inspector

binary-analysis call-graph memory-analysis parser rust security-analysis static-analysis wasm-bindgen webassembly

Last synced: 3 months ago
JSON representation

WASM Inspector is a fast Rust-powered tool for analyzing WebAssembly modules in your browser or via CLI. It reveals module structure, function call graphs, performance metrics, memory usage, and runtime compatibility. The core engine is compiled to WebAssembly for efficient client-side analysis in the web interface.

Awesome Lists containing this project