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

feat(interface-types) Greatly improve errors #1285

Merged
merged 7 commits into from
Mar 12, 2020

Commits on Mar 10, 2020

  1. feat(interface-types) Use better errors.

    The new `errors` module contains structure to represent errors,
    instead of using basic strings. The first usage is in the interpreter
    itself.
    Hywan committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f0c97a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6bc57 View commit details
    Browse the repository at this point in the history
  3. doc(changelog) Add wasmerio#1285.

    Hywan committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    4ffb158 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    64729aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f46099c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78a6f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03910a5 View commit details
    Browse the repository at this point in the history