Crates.io | wasi-version |
lib.rs | wasi-version |
version | 0.1.0 |
source | src |
created_at | 2019-11-13 01:32:01.607415 |
updated_at | 2019-11-13 01:32:01.607415 |
description | CLI tool for identifying the WASI versions of a Wasm modules |
homepage | |
repository | https://github.com/MarkMcCaskey/wasi-version |
max_upload_size | |
id | 180802 |
size | 31,968 |
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.