Ignore non-existent refs in the transformed DWARF#149
Merged
sunfishcode merged 1 commit intobytecodealliance:masterfrom Jun 26, 2019
Merged
Ignore non-existent refs in the transformed DWARF#149sunfishcode merged 1 commit intobytecodealliance:masterfrom
sunfishcode merged 1 commit intobytecodealliance:masterfrom
Conversation
Contributor
Author
|
/cc @SanderSpies (test file SanderSpies/ocaml@b71f011) |
Member
|
Looks good. |
grishasobol
pushed a commit
to grishasobol/wasmtime
that referenced
this pull request
Nov 29, 2021
* doc(host) Fix the `Externals` example The example is missing two things: * `index` is computed but not used, * `check_signature` is never used. This patch tries to fix that. * doc(host) Fix `check_signature` example
pchickey
added a commit
to pchickey/wasmtime
that referenced
this pull request
May 16, 2023
…es_and_nonblocking_streams Eliminate nonblocking from descriptor flags
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this pull request
Oct 18, 2024
Adds a basic status tool that reports: * Number of expansions in the coverage set (excluding skipped tags) * Number of expansions in the coverage set that have specifications for all terms * Unspecified terms ranked by appearance count in the coverage set Updates avanhatt#47
dicej
added a commit
to dicej/wasmtime
that referenced
this pull request
May 8, 2025
…ix-146 remove unnecessary assertion from `subtask_cancel`
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
When used with the '-g' flag, wasmtime fails on more complex file. We don't have robust detection of non-used data so we just rely on DW_AT_ranges and DW_AT_low_pc attributes. It is possible we are loosing some of the info. But for now we want wasmtime not to fail -- the patch addresses the failure to "link" to the dropped entries.