Crate parity_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
- Various builders to generate/alter wasm components
- Elements of the WebAssembly binary format.