wasi-version

Crates.iowasi-version
lib.rswasi-version
version0.1.0
sourcesrc
created_at2019-11-13 01:32:01.607415
updated_at2019-11-13 01:32:01.607415
descriptionCLI tool for identifying the WASI versions of a Wasm modules
homepage
repositoryhttps://github.com/MarkMcCaskey/wasi-version
max_upload_size
id180802
size31,968
Mark McCaskey (MarkMcCaskey)

documentation

README

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.

Commit count: 2

cargo fmt