Add function and example program detecting WASI runability (#250)

This commit is contained in:
Félix Saparelli 2022-07-26 23:28:17 +12:00 committed by GitHub
parent 900186e57d
commit 9d99bfb81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 0 deletions

View file

@ -15,6 +15,7 @@ pub mod bins;
pub mod binstall;
pub mod fetchers;
pub mod metafiles;
pub mod wasi;
mod target;
pub use target::*;