Update README.md to remove outdated asm.js references
This commit is contained in:
parent
5a836ef0a6
commit
8e4691170a
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Blazor is a .NET web framework that runs in any browser. You author Blazor apps using C#/Razor and HTML.
|
||||
|
||||
Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime ([Mono](http://www.mono-project.com/news/2017/08/09/hello-webassembly/)) implemented in [WebAssembly](http://webassembly.org) that executes normal .NET assemblies. It works in older browsers too by falling back to an [asm.js](http://asmjs.org/) based .NET runtime.
|
||||
Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime ([Mono](http://www.mono-project.com/news/2017/08/09/hello-webassembly/)) implemented in [WebAssembly](http://webassembly.org) that executes normal .NET assemblies.
|
||||
|
||||
Blazor will have all the features of a modern web framework, including:
|
||||
- [A component model for building composable UI](https://blazor.net/docs/components/index.html)
|
||||
|
|
@ -19,7 +19,6 @@ Blazor will have all the features of a modern web framework, including:
|
|||
- Server-side rendering
|
||||
- Full .NET debugging both in browsers and in the IDE
|
||||
- Rich IntelliSense and tooling
|
||||
- Ability to run on older (non-WebAssembly) browsers via asm.js
|
||||
- Publishing and app size trimming
|
||||
|
||||
> Note: Blazor is an *experimental* project. It's not (yet) a committed product. This is to allow time to fully investigate the technical issues associated with running .NET in the browser and to ensure we can build something that developers love and can be productive with. During this experimental phase, we expect to engage deeply with early Blazor adopters like you to hear your feedback and suggestions.
|
||||
|
|
|
|||
Loading…
Reference in New Issue