//! Low-level FFI bindings to the [Fizzy] WebAssembly interpreter.
//!
//! This crate exposes the raw, `unsafe` C API declared in `fizzy/fizzy.h`,
//! generated with [bindgen]. For a safe, ergonomic Rust API prefer the
//! [`fizzyx`] crate, which is built on top of these bindings.
//!
//! [Fizzy]: https://github.com/wasmx/fizzy
//! [bindgen]: https://github.com/rust-lang/rust-bindgen
//! [`fizzyx`]: https://docs.rs/fizzyx
include!;