https://github.com/dargmuesli/web-kraken
https://github.com/dargmuesli/web-kraken
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dargmuesli/web-kraken
- Owner: dargmuesli
- Created: 2024-08-16T19:56:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T21:14:09.000Z (7 months ago)
- Last Synced: 2024-11-09T22:19:12.839Z (7 months ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.