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

[browser] Leave the fingerprint pattern in relative path #112186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maraf
Copy link
Member

@maraf maraf commented Feb 5, 2025

Uncovered in dotnet/sdk#46233. We do hard fingerprinting on wasm generated assets during build. On disk the files already contain the fingerprint. During publish we upgrade those build assets to publish assets, so the item spec contains the fingerprint, but we want to treat the asset as "fingerprintable" for further processing during publish (eg. when generating import maps), so that there is still the link between unfingerprinted (eg. dotnet.js) and fingerprinted (eg. dotnet.abcd.js) even though the file on disk exists only as fingerprinted.

@maraf maraf added arch-wasm WebAssembly architecture area-Build-mono os-browser Browser variant of arch-wasm labels Feb 5, 2025
@maraf maraf added this to the 10.0.0 milestone Feb 5, 2025
@maraf maraf requested a review from javiercn February 5, 2025 13:00
@maraf maraf self-assigned this Feb 5, 2025
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-Build-mono os-browser Browser variant of arch-wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant