Closed radical closed 6 months ago
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Author: | radical |
---|---|
Assignees: | radical |
Labels: | `arch-wasm`, `area-Build-mono` |
Milestone: | 7.0.0 |
I don't understand the WASI
requirement. It is closer to mono on windows than to mono on the browser.
There is no JS, no fetch, no downloading stuff, no Emscripten to configure. @lewing
re:wasi, idea is to be able to support building for that also, with our toolchain.
The wasi bundler embeds the assemblies, we should enable that option on wasm as well.
I would suggest adding your name against the item that you are working on.
The remaining bits are all for milestone 9.0 .
Closing this issue as remaining tasks are tracked individual issues
Implementation plan
Deployment scenarios
Deployment shapes
It will cover various needs
Browser vs Wasi
Microsoft.NET.Sdk.WebAssembly.Pack
browser-wasm
xwasi-wasm
browser-wasm
Microsoft.NET.Sdk.WebAssembly.Pack
Browser SDK responsibilities
StaticWebAssets SDK <- (Runtime) Wasm SDK <- Blazor SDK
From blazor
WebAssemblyConfigLoader
)JSImport
JSImport
others
@(Content)
etc.js
files too, including workersJS startup