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

[wasm] rename WasmApp.* to BrowserWasmApp.* #95892

Merged
merged 3 commits into from
Dec 12, 2023

Conversation

radical
Copy link
Member

@radical radical commented Dec 12, 2023

No description provided.

@radical radical added arch-wasm WebAssembly architecture area-Build-mono labels Dec 12, 2023
@ghost
Copy link

ghost commented Dec 12, 2023

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

Issue Details

null

Author: radical
Assignees: -
Labels:

arch-wasm, area-Build-mono

Milestone: -

@ghost ghost assigned radical Dec 12, 2023
@radical
Copy link
Member Author

radical commented Dec 12, 2023

/azp run runtime-wasm

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@radical radical marked this pull request as ready for review December 12, 2023 12:12
@radical radical requested review from ilonatommy and maraf and removed request for kg and marek-safar December 12, 2023 12:13
@pavelsavara
Copy link
Member

next step rename also src/mono/wasm/ -> src/mono/browser/ ?
Or keep it for common stuff and move browser files.

@pavelsavara
Copy link
Member

And maybe also src\mono\wasm\runtime\ to src\mono\browser\javascript\ ?

@@ -15,8 +15,8 @@
<PackageFile Include="$(RepoRoot)\src\mono\wasm\build\ILLink.Substitutions.*.xml" TargetPath="Sdk" />
<PackageFile Include="$(RepoRoot)\src\mono\wasm\build\ILLink.Descriptors.*.xml" TargetPath="Sdk" />

<PackageFile Include="$(RepoRoot)\src\mono\wasm\build\WasmApp.props" TargetPath="Sdk" />
<PackageFile Include="$(RepoRoot)\src\mono\wasm\build\WasmApp.targets" TargetPath="Sdk" />
<PackageFile Include="$(RepoRoot)\src\mono\wasm\build\BrowserWasmApp.props" TargetPath="Sdk" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naive question, are any of the msbuild files referred to by filename in the SDK ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question. A quick search didn't show anything like that. We'll have to react to it, if it breaks anything.

@radical radical merged commit ae97e7e into dotnet:main Dec 12, 2023
34 of 37 checks passed
@radical radical deleted the wasm-browser-rename branch December 12, 2023 22:30
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants