unoplatform / Reactive.Wasm

A Web Assembly versions of the System.Reactive classes.

Repository from Github https://github.comunoplatform/Reactive.WasmRepository from Github https://github.comunoplatform/Reactive.Wasm

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

About

A Web Assembly versions of the System.Reactive classes.

License:MIT License


Languages

Language:C# 92.2%Language:PowerShell 5.6%Language:Shell 2.2%Language:Batchfile 0.1%