Function wasmer_wasix::is_wasi_module
source · pub fn is_wasi_module(module: &Module) -> bool
Expand description
Check if a provided module is compiled for some version of WASI.
Use get_wasi_version
to find out which version of WASI the module is.