[][src]Module whasm::grammar::core::byte

This module defines the deserialization of whasm::grammar::Byte.

Structs

Byte

Wrapper for a byte of information. It differs from an u8 on how it is deserialized. A Byte reads exactly one byte from the input iterator, while a u8 could potentially read several bytes (since unsigned integers are encoded using LEB-128).