Crate gear_wasm

Source
Expand description

WebAssembly format library

Re-exports§

pub use elements::deserialize_buffer;
pub use elements::peek_size;
pub use elements::serialize;
pub use elements::Error as SerializationError;
pub use elements::deserialize_file;
pub use elements::serialize_to_file;

Modules§

builder
Various builders to generate/alter wasm components
elements
Elements of the WebAssembly binary format.