Sha256: 83abe862e77f8d5c92102fd1df4de0854193a1b5530ad1e15b439031d7897396

Contents?: true

Size: 294 Bytes

Versions: 3

Compression:

Stored size: 294 Bytes

Contents

//! # ⚠️ Unstable
//!
//! This is an internal module, no stability guarantees are provided. Use at
//! your own risk.

#![allow(clippy::missing_safety_doc)]

mod closures;
mod impls;
mod slices;
mod traits;

pub use self::impls::*;
pub use self::slices::WasmSlice;
pub use self::traits::*;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-30.0.2 ./ext/cargo-vendor/wasm-bindgen-0.2.100/src/convert/mod.rs
wasmtime-29.0.0 ./ext/cargo-vendor/wasm-bindgen-0.2.100/src/convert/mod.rs
wasmtime-28.0.0 ./ext/cargo-vendor/wasm-bindgen-0.2.99/src/convert/mod.rs