#version #wasi #wasm-module

app wasi-version

CLI tool for identifying the WASI versions of a Wasm modules

1 unstable release

0.1.0 Nov 13, 2019

#1448 in WebAssembly

MIT license

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

~4.5MB
~85K SLoC