Skip to content

mrhapile/Wasm-Runtime-Inspektor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Wasm-Runtime-Inspektor

A toolkit for inspecting and analyzing WebAssembly runtimes.

Projects

wasm-mini

A minimal C++ CLI tool that mirrors core WasmEdge CLI sub-commands.

Features:

  • parse — Parse a WebAssembly binary file
  • validate — Semantically validate a WebAssembly module
  • instantiate — Load and instantiate a module in the WasmEdge VM

Quick Start:

cd wasm-mini
mkdir build && cd build
cmake .. && make
./wasm-mini --help

See wasm-mini/README.md for full documentation.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors