This commit is contained in:
Jerome Laban 2020-11-09 13:45:56 -05:00
Родитель 07e37ae9e8
Коммит 7fc8686c22
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -1,2 +1,7 @@
# template
template for brand new github repositories
# Uno Platform - .NET Runtime fork
This repository is the home of the [dotnet/runtime](https://github.com/dotnet/runtime) fork for the [Uno Platform](https://github.com/unoplatform/uno).
It contains adjustments over the official runtime for the Uno Platform in order to enable or disable specific features for the WebAssembly runtime (e.g. enabling AOT, IDBFS, etc...).
It is packaged to be used along with the [Uno.Wasm.Bootstrap](https://github.com/unoplatform/uno.wasm.bootstrap) nuget package.