A .NET embedding of Wasmtime.
Wasmtime is a standalone runtime for WebAssembly, using the Cranelift JIT compiler.
The .NET embedding of Wasmtime enables .NET code to instantiate WebAssembly modules and to interact with them in-process.
Provides UI support for client-side Blazor WebAssembly.
CSLA .NET provides a home for your business logic. It is an application development framework that reduces the cost of building and maintaining applications. The framework enables developers to build an object-oriented business layer for their...
More information
Enable dynamic loading of Javascript and CSS files in Blazor client projects. Avoid having to add <link> and <script> tags to index.html every time you reference a 3rd-party component library. Create component libraries using attribute-based insertion of related scripts and css.
BlazorMobile: Launch Blazor as a mobile application on iOS, Android & UWP, with native communication support. Support iOS 12+, Android 4.4 >= and UWP. Install this package on your shared Xamarin.Forms app project.
Provides services for storing data in the browser's localStorage and sessionStorage. The stored data is protected using AES encryption and decryption functions.