Skip to content

How to support the updated EH spec #1604

@dschuff

Description

@dschuff

The new EH spec will eventually need to be supported in WABT. One new thing in the update is that the opcode for catch_all is 0x05, the same as else. This is not ambiguous because else must occur with an if and not a try, but wabt seems to have the assumption (e.g. in opcode.def ) that there's a 1:1 correspondence.
I haven't looked at how to fix it yet, but wondered if anyone (perhaps @aardappel or @sbc100) had any good ideas about the best way to make it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions