Uno.Wasm.Bootstrap VS raw-wasm

Compare Uno.Wasm.Bootstrap vs raw-wasm and see what are their differences.

Uno.Wasm.Bootstrap

A simple nuget package to run C# code in a WASM-compatible browser (by unoplatform)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
Uno.Wasm.Bootstrap raw-wasm
1 3
353 418
1.4% -
8.4 5.6
6 days ago 6 months ago
WebAssembly WebAssembly
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Uno.Wasm.Bootstrap

Posts with mentions or reviews of Uno.Wasm.Bootstrap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-07.
  • Safely embedding .Net core in C++
    4 projects | /r/dotnet | 7 Oct 2021
    If you want to give this a try, start with Uno.Wasm.Bootstrap. Most .NET wasm stuff you find online is Blazor-related, but the Uno bootstrap project lets you build a minimal .NET wasm application.

raw-wasm

Posts with mentions or reviews of raw-wasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-21.
  • Web assembly book?
    4 projects | /r/ProgrammingLanguages | 21 Apr 2023
  • Smolnes: A NES Emulator In
    7 projects | news.ycombinator.com | 28 Oct 2022
    Big fan of this author's work.

    They have a Gameboy emulator written in C, which can be compiled to WASM and run in the browser.

    https://github.com/binji/binjgb

    I learned a lot from the code.

    Also I love this project with a bunch of demos in hand-written WebAssembly Text (WAT) format, which is like low-level Lisp that works only with raw memory, numbers, and minimal syntax.

    https://github.com/binji/raw-wasm

    Then I discovered the same author is quite active in the WebAssembly ecosystem, including specs and tooling. Fascinating stuff!

    https://github.com/WebAssembly/spec

    https://github.com/WebAssembly/wabt

  • Raw WebAssembly Demos
    1 project | news.ycombinator.com | 22 Apr 2022

What are some alternatives?

When comparing Uno.Wasm.Bootstrap and raw-wasm you can also consider the following projects:

.NET Runtime - .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

binaryen - Optimizer and compiler/toolchain library for WebAssembly

Bridge.NET - :spades: C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.

xxhash-wasm - A WebAssembly implementation of xxHash

assemblyscript - A TypeScript-like language for WebAssembly.

wasm2lua - wasm2lua: converting WASM into Lua

dotnet-webassembly - Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.

cpl-webassembly - Small WebAssembly exercise session for the KU Leuven course Comparative Progamming Languages

Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

w2c2 - Translates WebAssembly modules to portable C

owi - WebAssembly Swissknife

smolnes - NES emulator in <5000 bytes of C