How does Blazor work in WebAssembly with respect to the GC/Runtime?

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • js-framework-benchmark

    A comparison of the performance of a few popular javascript frameworks

    As far as performance between interpreted and AOT, Krausest’s JS benchmark project installs the wasm-tools workload for both, which will do runtime relinking whenever the project is compiled with the Release configuration. From what it looks like on the network traffic side of it, the IIS config they’ve got does not seem to include rewrite rules to serve the Brotli or gzip files and is pulling the uncompressed files at startup instead. I rarely use IIS and instead use Kestrel (Usually in a container that gets proxied from a nginx server) or nginx, so I could be wrong about that.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts