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(runtime): support more than one VM. #2853

Merged
merged 13 commits into from
Jun 24, 2020
Merged

feat(runtime): support more than one VM. #2853

merged 13 commits into from
Jun 24, 2020

Commits on Jun 23, 2020

  1. feat(runtime): support more than one VM.

    Test plan
    ---------
    
    NEAR_VM=wasmtime cargo test --package near-vm-runner --test test_error_cases -- --nocapture
    NEAR_VM=wasmer cargo test --package near-vm-runner --test test_error_cases -- --nocapture
    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    c1dd289 View commit details
    Browse the repository at this point in the history
  2. Fix formatting.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    ec50522 View commit details
    Browse the repository at this point in the history
  3. Error processing.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    568d3c3 View commit details
    Browse the repository at this point in the history
  4. Simplify VM selection.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    6312bdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1bc5ed View commit details
    Browse the repository at this point in the history
  6. Review feedback.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    0c79af1 View commit details
    Browse the repository at this point in the history
  7. Typo.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    d5468a2 View commit details
    Browse the repository at this point in the history
  8. Update Cargo.lock.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    41a4e3d View commit details
    Browse the repository at this point in the history
  9. Use lightbeam.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    d6d52ab View commit details
    Browse the repository at this point in the history
  10. Whitelist wasmtime deps.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    b5e5910 View commit details
    Browse the repository at this point in the history
  11. Run more tests on all VMs.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    e559194 View commit details
    Browse the repository at this point in the history
  12. More test to multi VM.

    olonho committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    8eaf46e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    526ab2e View commit details
    Browse the repository at this point in the history