Skip to content

wast: Ordering of instructions is a bit disordered #57

Open
@eqrion

Description

@eqrion

wast::Instruction [1] lists all instructions that can be parsed by WebAssembly. Currently it is neither sorted by name, encoding, or proposal. This makes it a bit hard to find where an instruction is, and I'd be happy to open a PR to sort it in some way.

@alexcrichton What do you think about sorting by proposal and then sorting by encoding within proposal?

[1]

Block(BlockType<'a>) : [0x02] : "block",

Metadata

Metadata

Assignees

No one assigned

    Labels

    wastRelated to the text format of WebAssembly (wat/wast)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions