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] Use Wasm SDK in browser template #85311

Closed
wants to merge 10 commits into from

Conversation

maraf
Copy link
Member

@maraf maraf commented Apr 25, 2023

  • Update browser template to use Wasm SDK
  • Use Blazor DevServer to run browser template
  • Rename mono-config to blazor.boot.json to unify location where to load config from
  • Update Wasm.Build.Tests

@maraf maraf added arch-wasm WebAssembly architecture area-Build-mono labels Apr 25, 2023
@maraf maraf added this to the 8.0.0 milestone Apr 25, 2023
@maraf maraf self-assigned this Apr 25, 2023
@ghost
Copy link

ghost commented Apr 25, 2023

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

Issue Details
  • Update browser template to use Wasm SDK
  • Use Blazor DevServer to run browser template
  • Update Wasm.Build.Tests
Author: maraf
Assignees: maraf
Labels:

arch-wasm, area-Build-mono

Milestone: 8.0.0

@maraf maraf changed the title [browser] User Wasm SDK in browser template [browser] Use Wasm SDK in browser template Apr 25, 2023
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<WasmExtraFilesToDeploy Include="index.html" />
<WasmExtraFilesToDeploy Include="main.js" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0-preview.4.23177.9" PrivateAssets="all" />
Copy link
Member Author

Choose a reason for hiding this comment

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

@radical @lewing Is there a way to manage this version?

Copy link
Member

Choose a reason for hiding this comment

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

I can't think of a good one at the moment :/

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Does our versions always match?

@maraf maraf marked this pull request as draft April 25, 2023 13:13

const { setModuleImports, getAssemblyExports, getConfig } = await dotnet
.withStartupOptions({})
Copy link
Member Author

Choose a reason for hiding this comment

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

This is temporal and shouldn't be in template

@maraf
Copy link
Member Author

maraf commented May 4, 2023

Closed in favor of #85498

@maraf maraf closed this May 4, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 3, 2023
@maraf maraf deleted the WasmSdkTemplate branch January 18, 2024 11:11
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