Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rely on wasmparser for validation #173

Merged
merged 1 commit into from Jul 14, 2020

Commits on Jul 14, 2020

  1. Rely on wasmparser for validation

    This commit removes the type-level validation performed within each
    function that walrus previously did. Long-ago in the AST-based IR this
    sort of made more sense but nowadays walrus does very little other than
    simply validate the input. Recent refactorings in wasmparser are
    targeted at reuse of the internal validator, so this commit does exactly
    that, reuses wasmparser's validator and removes the type-level
    validation in walrus.
    alexcrichton committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    fd94d9f View commit details
    Browse the repository at this point in the history