Low-level WebAssembly parser, with a focus on zero allocations.
Designed to allow easier processing of a WebAssembly module's sections in parallel.
The following WebAssembly proposals are fully supported by the parser:
- Merged (Phase 5) Proposals:
- Phase 4 Proposals:
- Phase 3 Proposals:
This library is completely #![no_std] compatible, capable of being used with or without the
alloc library. The std and alloc features control this.