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

Bump wasmer #8323

Closed
wants to merge 104 commits into from
Closed

Bump wasmer #8323

wants to merge 104 commits into from

Commits on Jan 6, 2023

  1. bump wasmer to a version with finite-wasm enabled

    Test authored and Ekleog-NEAR committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    a3363f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d565dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aba0e65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94466cd View commit details
    Browse the repository at this point in the history
  5. update the expect strings, disable testing for wasmer0/wasmtime that …

    …don’t instrument, fix some tests for the new meaning of the gas function
    Ekleog-NEAR committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    442cc00 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. fix gas amounts

    Ekleog-NEAR committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    fdceb8b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. make tests pass

    Ekleog-NEAR committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    92f8711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0721823 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. adjust to latest wasmer

    Ekleog-NEAR committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8e4317e View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Ekleog-NEAR committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    917b870 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    4ca05b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e6690 View commit details
    Browse the repository at this point in the history
  3. wip

    Ekleog-NEAR committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    091220a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    4f7772e View commit details
    Browse the repository at this point in the history
  2. Merge the two workspaces

    Ekleog-NEAR committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    773695f View commit details
    Browse the repository at this point in the history
  3. Fix tests building

    Ekleog-NEAR committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    58b6672 View commit details
    Browse the repository at this point in the history
  4. Set stack limit properly

    Ekleog-NEAR committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    5699dfd View commit details
    Browse the repository at this point in the history
  5. Investigate test failure

    Ekleog-NEAR committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    33bf680 View commit details
    Browse the repository at this point in the history
  6. Fix integration tests

    Ekleog-NEAR committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    031908f View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    Ekleog-NEAR committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    904bfd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d686eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fd914f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0235e30 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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

Commits on Feb 17, 2023

  1. Set max stack size to twice what it was with pwasm-utils; fix the las…

    …t tests that were failing
    Ekleog-NEAR committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    2a2374b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    b9fde88 View commit details
    Browse the repository at this point in the history
  2. prepare: split out preparation code into separate files

    This should be largely a non-functional change, though care should be
    taken for the wasmparser version and such…
    
    Hopefully it doesn’t change anything?
    nagisa authored and Ekleog-NEAR committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e9aee79 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Ekleog-NEAR committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5912044 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93b5811 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22c609c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    651f7d6 View commit details
    Browse the repository at this point in the history
  7. fix build

    Ekleog-NEAR committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e56a050 View commit details
    Browse the repository at this point in the history
  8. fix tests

    Ekleog-NEAR committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    acfc3af View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 10, 2023

  1. wip

    Ekleog-NEAR committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    13b987c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. fix some more tests

    Ekleog-NEAR committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6e88603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2510451 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b59ef06 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    4291ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    905e667 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    0dbdfa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f737c36 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    468be11 View commit details
    Browse the repository at this point in the history
  2. handle review comments

    Ekleog-NEAR committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    67f276f View commit details
    Browse the repository at this point in the history
  3. ignore unused argument

    Ekleog-NEAR committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d8e374e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    670efc6 View commit details
    Browse the repository at this point in the history
  2. fix ci build

    Ekleog-NEAR committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bcc0dc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819d52e View commit details
    Browse the repository at this point in the history
  4. fix expect tests from ci

    Ekleog-NEAR committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ebef7bc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix sanity checks

    Ekleog-NEAR committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3deda8b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    b0aed9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c3f01 View commit details
    Browse the repository at this point in the history
  3. fix sanity checks

    Ekleog-NEAR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d862138 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b735d4 View commit details
    Browse the repository at this point in the history
  5. bump bolero in near-vm

    Ekleog-NEAR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4b03a0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3309152 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61e5fd5 View commit details
    Browse the repository at this point in the history
  8. update cargo.lock

    Ekleog-NEAR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    81a5efd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d9d234 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b3cf10 View commit details
    Browse the repository at this point in the history
  11. fix cargo deny

    Ekleog-NEAR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    08d511f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8c4abc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b415228 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dd0fe86 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f448c78 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8d0864c View commit details
    Browse the repository at this point in the history
  17. fix clippy lints

    Ekleog-NEAR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1e1c439 View commit details
    Browse the repository at this point in the history
  18. cargo fmt

    Ekleog-NEAR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b07d3c5 View commit details
    Browse the repository at this point in the history
  19. fix clippy lints

    Ekleog-NEAR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    73c353b View commit details
    Browse the repository at this point in the history
  20. accept cargo insta change

    Ekleog-NEAR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0004936 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    547f9a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab84b5d View commit details
    Browse the repository at this point in the history
  3. fix merge conflict mishap

    Ekleog-NEAR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    67ebaad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a707ae View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    b492ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f0752 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    d56259c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f16b55 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    7ada83f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d699b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ca03fc View commit details
    Browse the repository at this point in the history
  4. remove duplicate deps

    Ekleog-NEAR committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    6ca0360 View commit details
    Browse the repository at this point in the history
  5. fix dep definition

    Ekleog-NEAR committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b95e453 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    6e11257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc27981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1dae61 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    8532791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fbb029 View commit details
    Browse the repository at this point in the history
  3. fix merge mistake

    Ekleog-NEAR committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    42f3c74 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    7565f25 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    Ekleog-NEAR committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    02476a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da17009 View commit details
    Browse the repository at this point in the history
  4. fix build

    Ekleog-NEAR committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    bc33889 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d743026 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. fix typo

    Ekleog-NEAR committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5ce42b9 View commit details
    Browse the repository at this point in the history
  2. fix test

    Ekleog-NEAR committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    db17b59 View commit details
    Browse the repository at this point in the history
  3. add some traces

    Ekleog-NEAR committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    111ef0b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    ceed403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1637628 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    b0cf7a3 View commit details
    Browse the repository at this point in the history
  2. fix merge mistake

    Ekleog-NEAR committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e133a46 View commit details
    Browse the repository at this point in the history