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

NativeAOT-LLVM: Fix publishing of additional wasm files #2161

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

yowl
Copy link
Contributor

@yowl yowl commented Jan 10, 2023

This PR addresses the comment at #2121 (comment) where the js and wasm files do not get copied to the publish folder.

It changes condition of the additional copies to use TargetArchitecure=wasm. (Platform is AnyCPU now)

cc @dotnet/nativeaot-llvm

@yowl
Copy link
Contributor Author

yowl commented Jan 10, 2023

@MichalStrehovsky I don't know what I clicked to tag you here... You can ignore it, it wasn't intentional

@SingleAccretion
Copy link

SingleAccretion commented Jan 10, 2023

I suspect it is automatic tagging based on the code owners file. We should probably delete that / mute it / something else.

@jkotas jkotas merged commit b915509 into dotnet:feature/NativeAOT-LLVM Jan 10, 2023
@MichalStrehovsky
Copy link
Member

I suspect it is automatic tagging based on the code owners file. We should probably delete that / mute it / something else.

Yup, the set-up a new experiment doc suggests deleting it: https://github.com/dotnet/runtimelab/blob/docs/CreateAnExperiment.md

I would probably rename it instead to avoid edit-delete merge conflicts.

@yowl yowl deleted the wasm-publish-files branch January 13, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants