79480d40a6
Fix invalid exception filter resulting to a crash at startup |
||
---|---|---|
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
azure-pipelines.yml | ||
build.cake | ||
build.cmd | ||
build.config | ||
build.ps1 | ||
build.sh | ||
cake.config | ||
version.json |
README.md
Enables Rx extensions in web-assembly projects. Based on Uno.Rx.NET.
A reference to the Reactive.Wasm
NuGet package should be added, and then it must be manually enabled, preferably in the entry point of your app, call the following (uncomment in multi-platform apps and change directive if necessary):
//#if __WASM__
PlatformEnlightenmentProvider.Current.EnableWasm();
//#endif