-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Memcheck for Wasm guests in Wasmtime #6820
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
Merged
cfallin
merged 36 commits into
bytecodealliance:main
from
ssunkin-fastly:wasmtime-valgrind-hacking
Aug 16, 2023
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
7689549
attempt at inserting things where i think they might belong + questions
ssunkin-fastly 3402c15
entry hook + questions
ssunkin-fastly b999de6
commented out all changes, doc comment errors
ssunkin-fastly 77d72b2
fix doc comment
awortman-fastly ebda2a2
libcalls build now!!!!
awortman-fastly f962078
initial check_malloc_exit setup
awortman-fastly 18389d7
WIP: load/store hooks
cfallin 4e713b1
hooks added + building
ssunkin-fastly 2586e24
added valgrind library
ssunkin-fastly e4d7a0c
made wasm-valgrind accessible in wasmtime
iximeow adde43c
check_malloc filled in...
ssunkin-fastly 13035b1
move valgrind_state to an appropriate part of instance
iximeow 759b129
yay it's working! (?) i think??
ssunkin-fastly efd9343
stack tracing in progress
ssunkin-fastly c94c0f7
errors + num bytes displayed
ssunkin-fastly 74990f2
initial valgrind configuration
ssunkin-fastly 6e89201
valgrind conditional some warnings fixed
ssunkin-fastly 59ff0aa
conditional compilation + CLI flag finished
ssunkin-fastly 8f5df30
panic!() changed to bail!()
ssunkin-fastly e2d929c
started adding doc comments
ssunkin-fastly 3e9e823
added memory grow hook + fixed access size handling
ssunkin-fastly 0bb2290
removed test.wasm
ssunkin-fastly fe3db2a
removed malloc_twice.wat
ssunkin-fastly c108c5f
doc comments in spec.rs
ssunkin-fastly 316dfb5
Merge upstream/main into wasmtime-valgrind-hacking
ssunkin-fastly 36bbfd9
pr feedback addressed
ssunkin-fastly f4947a5
ran cargo fmt
ssunkin-fastly 6c896f2
addressing more feedback
ssunkin-fastly e1a1855
Remove fuzz crate from wmemcheck.
cfallin 62e3461
Review feedback and test fix.
cfallin 0acc9da
add wasmtime-wmemcheck crate to publish allowlist.
cfallin e2c8af1
fix build without compiler features
cfallin a222399
reorder crates in publish list
cfallin b820b50
Add trampolines for libcalls on s390x.
cfallin 7db34f6
Make wasmtime-wmemcheck dep an exact version requirement.
cfallin 8a4a8d4
Merge remote-tracking branch 'upstream/main' into wasmtime-valgrind-h…
cfallin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.