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(sandbox-host): update sandbox host wasmi version #4282

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

ByteNacked
Copy link
Member

@ByteNacked ByteNacked commented Oct 8, 2024

Resolves #3017 .

  • Update Wasmi host executor version
  • Update lazy-pages-fuzzer Wasmi version
  • Add CLI parameters to switch host executor
  • IN PROGRESS Sync testnet and mainnet node with updated Wasmi executor

@reviewer-or-team

@ByteNacked ByteNacked added the A5-dontmerge PR should not be merged yet label Oct 8, 2024
@ByteNacked ByteNacked self-assigned this Oct 8, 2024
@ByteNacked ByteNacked marked this pull request as draft October 8, 2024 09:19
@ByteNacked ByteNacked force-pushed the rmasl-update-sandbox-wasmi-version branch from 40c5eea to 6975f42 Compare October 14, 2024 18:26
@ByteNacked ByteNacked marked this pull request as ready for review October 15, 2024 08:35
@ByteNacked ByteNacked requested review from breathx, gshep and ark0f and removed request for breathx October 15, 2024 08:37
@ByteNacked
Copy link
Member Author

Node sync still in progress...

@ByteNacked ByteNacked added A0-pleasereview PR is ready to be reviewed by the team and removed A5-dontmerge PR should not be merged yet labels Oct 15, 2024
@ByteNacked ByteNacked added the C1-feature Feature request label Oct 15, 2024
@ByteNacked ByteNacked changed the title feat(sandbox-host): update sandbox wasmi version feat(sandbox-host): update sandbox host wasmi version to 0.36 Oct 15, 2024
Cargo.toml Outdated Show resolved Hide resolved
@ByteNacked ByteNacked changed the title feat(sandbox-host): update sandbox host wasmi version to 0.36 feat(sandbox-host): update sandbox host wasmi version Oct 16, 2024
sandbox/host/src/lib.rs Outdated Show resolved Hide resolved
runtime-interface/sandbox/src/detail.rs Show resolved Hide resolved
runtime-interface/sandbox/src/detail.rs Show resolved Hide resolved
sandbox/host/src/sandbox.rs Outdated Show resolved Hide resolved
sandbox/host/src/sandbox/wasmi_backend.rs Outdated Show resolved Hide resolved
sandbox/host/src/sandbox/wasmi_backend.rs Outdated Show resolved Hide resolved
sandbox/host/src/sandbox/wasmi_backend.rs Outdated Show resolved Hide resolved
sandbox/host/src/sandbox/wasmi_backend.rs Outdated Show resolved Hide resolved
sandbox/host/src/store_refcell.rs Outdated Show resolved Hide resolved
utils/lazy-pages-fuzzer/src/wasmi_backend.rs Show resolved Hide resolved
@ByteNacked ByteNacked requested a review from ark0f October 20, 2024 18:36

#[derive(Debug, Clone, Copy)]
enum BorrowState {
Shared(NonZero<usize>),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? type NonZeroUsize = NonZero<usize>

Copy link
Member Author

@ByteNacked ByteNacked Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not? I think it makes the code a little bit cleaner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team C1-feature Feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update wasmi host executor
4 participants