Sha256: ec94a4aab4bc475785e469d10fd6bc95667e1d47d958e9cff3a19049d88c8c80

Contents?: true

Size: 624 Bytes

Versions: 30

Compression:

Stored size: 624 Bytes

Contents

//! Polyfill of parts of the standard library for `no_std` builds.
//!
//! All code in this subtree is derived from the standard library and licensed
//! MIT or Apache 2.0 at your option.
//!
//! This implementation is used when `std` is not available and polyfills the
//! necessary items from `std`. When the `std` feature is specified (so the
//! standard library is available), the file `src/polyfill/std` is used
//! instead, which just imports the respective items from `std`.

#[cfg(not(windows))]
pub mod io;
#[cfg(not(any(target_os = "redox", target_os = "wasi")))]
#[cfg(feature = "net")]
pub mod net;
pub mod os;

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/rustix-0.38.44/src/maybe_polyfill/no_std/mod.rs
wasmtime-28.0.0 ./ext/cargo-vendor/rustix-0.38.43/src/maybe_polyfill/no_std/mod.rs
wasmtime-27.0.0 ./ext/cargo-vendor/rustix-0.38.41/src/maybe_polyfill/no_std/mod.rs
wasmtime-26.0.0 ./ext/cargo-vendor/rustix-0.38.37/src/maybe_polyfill/no_std/mod.rs
wasmtime-25.0.2 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-25.0.1 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-25.0.0 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-24.0.0 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-23.0.2 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-22.0.0 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-21.0.1 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-20.0.2 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-20.0.0 ./ext/cargo-vendor/rustix-0.38.34/src/maybe_polyfill/no_std/mod.rs
wasmtime-18.0.3 ./ext/cargo-vendor/rustix-0.38.28/src/maybe_polyfill/no_std/mod.rs
wasmtime-17.0.1 ./ext/cargo-vendor/rustix-0.38.28/src/maybe_polyfill/no_std/mod.rs
wasmtime-17.0.0 ./ext/cargo-vendor/rustix-0.38.28/src/maybe_polyfill/no_std/mod.rs
wasmtime-16.0.0 ./ext/cargo-vendor/rustix-0.38.28/src/maybe_polyfill/no_std/mod.rs
wasmtime-15.0.1 ./ext/cargo-vendor/rustix-0.38.28/src/maybe_polyfill/no_std/mod.rs
wasmtime-15.0.0 ./ext/cargo-vendor/rustix-0.38.28/src/maybe_polyfill/no_std/mod.rs
wasmtime-14.0.4 ./ext/cargo-vendor/rustix-0.38.20/src/maybe_polyfill/no_std/mod.rs