pub fn is_wasi_module(module: &Module) -> boolExpand 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.
pub fn is_wasi_module(module: &Module) -> boolCheck 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.