detect-wasi 1.0.23

Detect if WASI can be run
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "detect-wasi"
description = "Detect if WASI can be run"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/detect-wasi"
version = "1.0.23"
rust-version = "1.61.0"
authors = ["FĂ©lix Saparelli <felix@passcod.name>"]
edition = "2021"
license = "Apache-2.0 OR MIT"

[dependencies]
tempfile = "3.5.0"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/cargo-binstall-{ target }.full.{ archive-format }"