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

This module defines the deserialization of Strings.

The WebAssembly Specification specifies that Strings should be encoded as a Vec<Byte> using UTF-8 encoding.