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

Remove goblin, use object. #2286

Merged
merged 9 commits into from
May 4, 2021
Merged

Remove goblin, use object. #2286

merged 9 commits into from
May 4, 2021

Commits on May 3, 2021

  1. Remove goblin, use object.

    nlewycky committed May 3, 2021
    Configuration menu
    Copy the full SHA
    06407e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab4e53 View commit details
    Browse the repository at this point in the history
  3. Update cargo.locks.

    Update fuzz/Cargo.toml. For wasm-smith the 'master' git branch was renamed to 'main. Switch to a versioned release since it contains the fixes we need.
    nlewycky committed May 3, 2021
    Configuration menu
    Copy the full SHA
    fd22404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3339b76 View commit details
    Browse the repository at this point in the history
  5. Update to object 0.24.

    nlewycky committed May 3, 2021
    Configuration menu
    Copy the full SHA
    36496c1 View commit details
    Browse the repository at this point in the history
  6. Update cargo.lock files.

    nlewycky committed May 3, 2021
    Configuration menu
    Copy the full SHA
    32a56fa View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    nlewycky committed May 3, 2021
    Configuration menu
    Copy the full SHA
    18732e4 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Move back to object 0.23.

    There's nothing wrong with 0.24 but we have a dependency on 0.23 through 'backtrace' which is used by wasmer-engine, and we'd like to only have one copy.
    nlewycky committed May 4, 2021
    Configuration menu
    Copy the full SHA
    41561a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f62e9b View commit details
    Browse the repository at this point in the history