1 unstable release
0.1.0 | Nov 13, 2019 |
---|
#1426 in WebAssembly
7KB
63 lines
WASI Version
A tiny command line utility for identifying a Wasm module's WASI version.
Install it with
cargo install wasi-version
or run it via Wasm by installing Wasmer and downloading it from wapm:
wapm install -g mark/wasi-version
Note, that when running it via Wasm, you must pass --dir=.
with an argument of .
or any other directory from which the Wasm module can be reached.
Dependencies
~4MB
~69K SLoC