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

https://github.com/dargmuesli/web-kraken


https://github.com/dargmuesli/web-kraken

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Web Kraken

## WASM-Analyzer

WASM-Analyzer is a tool to analyze WebAssembly (wasm) files.
It consists of a crawler to download wasm files from different sources, a preanalyzer to preprocess wasm files before the actual analysis and an analyzer to analyze multiple wasm files averagely.
To install the CLIs globally run `npm install -g` inside the repository.

The following tools are available:

- [`crawler`](./apps/wasm/crawler): Crawl wasm files from different sources.
- [`preanalyzer`](./apps/wasm/preanalyzer): Preprocess wasm files before the actual analysis.
- [`analyzer`](./apps/wasm/analyzer): Analyze multiple wasm files averagely.