Re-exportsยง
pub use self::dummy_waker::WasiDummyWaker;
pub use self::thread_parker::WasiParkingLot;
Modulesยง
- dummy_
waker ๐ - owned_
mutex_ ๐guard - thread_
parker ๐
Enumsยง
- The version of WASI. This is determined by the imports namespace string.
Constantsยง
- SNAPSHO
T0_ ๐NAMESPACE Namespace for theSnapshot0
version. - SNAPSHO
T1_ ๐NAMESPACE Namespace for theSnapshot1
version. - WASIX_
32V1_ ๐NAMESPACE Namespace for thewasix
version. - WASIX_
64V1_ ๐NAMESPACE Namespace for thewasix
version. - Namespace for the
wasix
version.
Functionsยง
- Detect the version of WASI being used based on the import namespaces.
- Like
get_wasi_version
but detects multiple WASI versions in a single module. Thusstrict
behaves differently in this function as multiple versions are always supported.strict
indicates whether non-WASI imports should trigger a failure or be ignored. - 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. - Returns if the module is WASIX or not