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.
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
[wasm] Use source built emsdk packages for the runtime build #100266
[wasm] Use source built emsdk packages for the runtime build #100266
Changes from 45 commits
bf309cf
411fcb5
1964d80
b8e1d17
35d78ba
86b0487
bad7dd2
e2de97e
70cc1ef
b73b48c
ebcbd2c
107934a
cd1b7e6
d912622
7b5f544
58a4164
d4e980e
f3aad8a
47b2f73
d19b395
eb19ade
16043ad
64453f5
ba83f8e
d26a6ec
f456ba5
4ce27ec
ba2e34f
e1a7372
3c17d1f
b417733
a62a857
667eaf5
6d3514a
278fbd7
b25fbd6
0fc71cf
8a71663
afe1b08
1d4b923
b46a6a9
e976299
48b0006
6513926
8672523
7c1b7c3
543fe48
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please move these up next to MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there anything else left in the -webassembly image that we need or can we switch to the plain mariner image?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasmtime and WASI SDK (which we ignore at the moment)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't that for the wasi leg? I think this only deals with browser
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have opened #102069 to try that. I am not sure whether we still run some tests with v8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a comment explaining why this is here, while you're touching it. The diff isn't self-explanatory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, the gist is that if you clone emsdk and install, it'll pull a bunch of things and put them in the 'upstream' directory. Our source built packages don't have this directory structure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I mean that deterministic.diff isn't self-explanatory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it predates this PR. it was added by #75532, not sure what was the context there. @lewing do you remember?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was something Zoltan used to make the each run deterministic so that he could do direct comparisons, it is only for development/testing