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

Upgrade wasmer to 4.3.1 #3308

Merged
merged 8 commits into from
May 31, 2024
Merged

Upgrade wasmer to 4.3.1 #3308

merged 8 commits into from
May 31, 2024

Conversation

sug0
Copy link
Contributor

@sug0 sug0 commented May 24, 2024

Describe your changes

Closes #821
Closes #1691

Indicate on which release or other PRs this topic is based on

v0.37.0

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

Copy link

codecov bot commented May 24, 2024

Codecov Report

Attention: Patch coverage is 94.86755% with 31 lines in your changes are missing coverage. Please review.

Project coverage is 54.03%. Comparing base (6dc1612) to head (edc2e24).
Report is 2 commits behind head on main.

Files Patch % Lines
crates/namada/src/vm/host_env.rs 86.25% 11 Missing ⚠️
crates/namada/src/vm/wasm/memory.rs 91.91% 8 Missing ⚠️
crates/namada/src/vm/wasm/host_env.rs 97.83% 7 Missing ⚠️
crates/namada/src/vm/wasm/run.rs 94.89% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3308      +/-   ##
==========================================
+ Coverage   53.89%   54.03%   +0.14%     
==========================================
  Files         314      314              
  Lines      105704   106029     +325     
==========================================
+ Hits        56968    57293     +325     
  Misses      48736    48736              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sug0 sug0 mentioned this pull request May 27, 2024
3 tasks
sug0 added a commit that referenced this pull request May 27, 2024
@sug0 sug0 marked this pull request as ready for review May 27, 2024 08:07
@sug0 sug0 mentioned this pull request May 27, 2024
2 tasks
tzemanovic
tzemanovic previously approved these changes May 28, 2024
tzemanovic added a commit that referenced this pull request May 29, 2024
* origin/tiago/wasmer-upgrade:
  Changelog for #3308
  Avoid cloning tx env in some host fns
  Associate issues with TODOs
  Allow exclusive access to vm memory
  Pass mutable refs to wasm host env
  Restrict bounds on wasm memory
  Upgrade to wasmer 4.3.1
  Move all wasmer deps to workspace
brentstone added a commit that referenced this pull request May 30, 2024
* origin/tiago/wasmer-upgrade:
  Changelog for #3308
  Avoid cloning tx env in some host fns
  Associate issues with TODOs
  Allow exclusive access to vm memory
  Pass mutable refs to wasm host env
  Restrict bounds on wasm memory
  Upgrade to wasmer 4.3.1
  Move all wasmer deps to workspace
@brentstone brentstone merged commit 5a6e83a into main May 31, 2024
18 of 19 checks passed
@brentstone brentstone deleted the tiago/wasmer-upgrade branch May 31, 2024 02:31
@sug0 sug0 mentioned this pull request Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support FreeBSD amd64 upgrade wasmer
5 participants