Sha256: c12152b6721216174c9a3cec90e612d5571a5d2c0a94ad54900cb814414519c3

Contents?: true

Size: 139 Bytes

Versions: 2

Compression:

Stored size: 139 Bytes

Contents

#[cfg(not(feature = "alloc"))]
pub use core::alloc;

#[cfg(feature = "alloc")]
pub use alloc_crate::{alloc, boxed, vec, collections};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/allocator-api2-0.2.21/src/nightly.rs
wasmtime-28.0.0 ./ext/cargo-vendor/allocator-api2-0.2.21/src/nightly.rs