Expand description
WebAssembly format library
Re-exports§
pub use elements::Error as SerializationError;pub use elements::deserialize_buffer;pub use elements::deserialize_file;pub use elements::serialize;pub use elements::serialize_to_file;pub use elements::peek_size;pub use interpreter::ProgramInstance;pub use interpreter::ModuleInstance;pub use interpreter::ModuleInstanceInterface;pub use interpreter::RuntimeValue;
Modules§
- builder
- Various builders to generate/alter wasm components
- elements
- Elements of the WebAssembly binary format.
- interpreter
- WebAssembly interpreter module.