Use the arcane ocamlbuild incantation that actually gets debug symbols.#93
Merged
sunfishcode merged 1 commit intomasterfrom Oct 1, 2015
Merged
Use the arcane ocamlbuild incantation that actually gets debug symbols.#93sunfishcode merged 1 commit intomasterfrom
sunfishcode merged 1 commit intomasterfrom
Conversation
Member
|
LGTM (one reason why I'm not a big fan of ocamlbuild yet)
|
bd4388c to
58839f5
Compare
sunfishcode
added a commit
that referenced
this pull request
Oct 1, 2015
Use the arcane ocamlbuild incantation that actually gets debug symbols.
eqrion
pushed a commit
to eqrion/wasm-spec
that referenced
this pull request
Jul 18, 2019
data.drop must update the store, not the frame. There may be multiple copies of the frame, so any updates will only update once. We can make sure that all copies are updated by using an indirection through data addresses and updating the store instead. See discussion in PR WebAssembly#92.
Connicpu
pushed a commit
to Connicpu/wasm-spec
that referenced
this pull request
May 11, 2020
rossberg
pushed a commit
that referenced
this pull request
Feb 11, 2021
The original commit to add a bottom type removed this test as it would now unexpectedly validate. Now that a bottom type is removed it would be good to keep it.
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Mar 2, 2023
This adds overview on traps not being caught by the `catch` instruction and its relationship with the JS API. Closes WebAssembly#1 and closes WebAssembly#89.
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Mar 2, 2023
Update table initialization in overview
dhil
added a commit
to dhil/webassembly-spec
that referenced
this pull request
Oct 21, 2024
stevenfontanella
pushed a commit
to stevenfontanella/spec
that referenced
this pull request
Nov 12, 2025
spec:
WebAssembly@bbe955d1
exception-handling:
WebAssembly/exception-handling@24be4255
gc:
WebAssembly/gc@706fbf86
function-references:
WebAssembly/function-references@9660b283
memory64:
WebAssembly/memory64@1bf8e0f5
multi-memory:
WebAssembly/multi-memory@4d503df4
This change was automatically generated by `update-testsuite.sh`
Co-authored-by: WebAssembly/testsuite auto-update <github-actions@users.noreply.github.com>
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.
Apparently ocamlbuild decides whether or not to include debug symbols sufficient to perform a backtrace based on the output executable file name. This commit changes the name used, so that we can get backtraces.