Uh oh!
There was an error while loading. Please reload this page.
[browser] Minimal blazor.boot.json integration - #84296
Conversation
ghost
commented
Apr 4, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
pavelsavara
left a comment
There was a problem hiding this comment.
I would prefer to dissolve this new code into our folder structure and code style and drop blazor folder.
Uh oh!
There was an error while loading. Please reload this page.
| import { BootJsonData } from "./BootConfig"; | ||
| let testAnchor: HTMLAnchorElement; | ||
| export function toAbsoluteUri(relativeUri: string): string { |
There was a problem hiding this comment.
Good catch, I haven't tried running it on console yet
There was a problem hiding this comment.
I keen to not have this experience (=Wasm SDK + boot.json) on node at the moment
| } | ||
| } | ||
| function getICUResourceName(bootConfig: BootJsonData, culture: string | undefined): string { |
There was a problem hiding this comment.
We probably already have this code in icu.ts
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I definitely agree. Please consider the current state as a WIP |
Uh oh!
There was an error while loading. Please reload this page.
pavelsavara
left a comment
There was a problem hiding this comment.
LGTM as work in progress, expecting further cleanup and unification in subsequent PRs
This reverts commit 3279ffa.
maraf
commented
Apr 18, 2023
Failures are not related |
Updates wasmbrowser template to use Wasm SDK(next cycle, needs wasmapphost+wbt updates)WebAssemblyResourceLoaderfrom Blazor