-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
.NET to run in WASMEdge #61791
Comments
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: Issue DetailsIs your feature request related to a problem? Please describe.At present blazor runs in browser and can the blazor components can be embedded in mobile apps. The feature request is that can Blazor run in environment like WasmEdge (https://github.com/WasmEdge/WasmEdge). If that is the case then if we can port Kestrel also to Blazor runtime or much more a light weight version, then we could run API applications using WASMEdge. This will be much more light weight than containers. There are usecases where the same is possible using Rust runtime. Please see the article Describe the solution you'd likeBlazor should be able to run in WASMEDGE. Then this can be used like desktop application and also light-weight runtime for hosting API.
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIs your feature request related to a problem? Please describe.At present blazor runs in browser and can the blazor components can be embedded in mobile apps. The feature request is that can Blazor run in environment like WasmEdge (https://github.com/WasmEdge/WasmEdge). If that is the case then if we can port Kestrel also to Blazor runtime or much more a light weight version, then we could run API applications using WASMEdge. This will be much more light weight than containers. There are usecases where the same is possible using Rust runtime. Please see the article Describe the solution you'd likeBlazor should be able to run in WASMEDGE. Then this can be used like desktop application and also light-weight runtime for hosting API.
|
Any update on this? |
closing this in favor of wasi support tracking #65895 |
The issue is #65895 is also closed. So are we saying that even in .NET 8 there is no support for WASI |
#65895 is not closed, it is a tracking issue for the work we are doing and it points a list of PRs that have already landed in .NET 8. We don't have a fixed timetable on delivering full WASI support but it is an area of active development. |
Is your feature request related to a problem? Please describe.
At present blazor runs in browser and can the blazor components can be embedded in mobile apps. The feature request is that can Blazor run in environment like WasmEdge (https://github.com/WasmEdge/WasmEdge). If that is the case then if we can port Kestrel also to Blazor runtime or much more a light weight version, then we could run API applications using WASMEdge. This will be much more light weight than containers. There are usecases where the same is possible using Rust runtime. Please see the article
https://www.infoq.com/articles/webassembly-dapr-wasmedge/?utm_source=email&utm_medium=Web-Development&utm_campaign=newsletter&utm_content=11162021.
Describe the solution you'd like
Blazor should be able to run in WASMEDGE. Then this can be used like desktop application and also light-weight runtime for hosting API.
The text was updated successfully, but these errors were encountered: