All Projects → unoplatform → Uno.Wasm.Bootstrap

unoplatform / Uno.Wasm.Bootstrap

Licence: other
A simple nuget package to run C# code in a WASM-compatible browser

Programming Languages

WebAssembly
147 projects
javascript
184084 projects - #8 most used programming language
C#
18002 projects
HTML
75241 projects
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to Uno.Wasm.Bootstrap

Uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
Stars: ✭ 6,029 (+2391.32%)
Mutual labels:  mono, wasm
Uno.ch9
Ch9 - Uno Reference Implementation project
Stars: ✭ 45 (-81.4%)
Mutual labels:  mono, wasm
Uno.playground
Source code for the Uno Gallery apps and Uno Playground (made in Wasm)
Stars: ✭ 184 (-23.97%)
Mutual labels:  mono, wasm
sdfx
C# bindings for https://github.com/andlabs/libui targeting .NET Standard.
Stars: ✭ 31 (-87.19%)
Mutual labels:  netstandard20
wasm.cljc
Spec compliant WebAssembly compiler, decompiler, and generator
Stars: ✭ 178 (-26.45%)
Mutual labels:  wasm
reactr
Function scheduler for Go & WebAssembly
Stars: ✭ 264 (+9.09%)
Mutual labels:  wasm
wasm-cn
[翻译中] WebAssembly 中文文档
Stars: ✭ 22 (-90.91%)
Mutual labels:  wasm
WebAssembly-in-Action
Source code for the book "WebAssembly in Action" (https://www.manning.com/books/webassembly-in-action)
Stars: ✭ 44 (-81.82%)
Mutual labels:  wasm
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-91.74%)
Mutual labels:  wasm
tune
Make xenharmonic music and create synthesizer tuning files for microtonal scales.
Stars: ✭ 73 (-69.83%)
Mutual labels:  wasm
wasmfun
Getting the hang of WASM - generate WASM from Python
Stars: ✭ 34 (-85.95%)
Mutual labels:  wasm
swaplink
Site to perform peer to peer atomic swaps on the Algorand blockchain
Stars: ✭ 15 (-93.8%)
Mutual labels:  wasm
material-yew
Yew wrapper for Material Web Components
Stars: ✭ 116 (-52.07%)
Mutual labels:  wasm
webp-wasm
Webp image convertor (webassembly, works offline in browser)
Stars: ✭ 18 (-92.56%)
Mutual labels:  wasm
whistle
🕴 One hella programming language
Stars: ✭ 27 (-88.84%)
Mutual labels:  wasm
rust-wasm-loader
Webpack loader for Rust
Stars: ✭ 81 (-66.53%)
Mutual labels:  wasm
wasm-bindgen-webcam-stream
A small example on how to get webcam stream on rust-wasm
Stars: ✭ 11 (-95.45%)
Mutual labels:  wasm
SkyEmu
Game Boy, Game Boy Color, and Game Boy Advanced Emulator
Stars: ✭ 59 (-75.62%)
Mutual labels:  wasm
web logger
Rust Logger for Web Browsers
Stars: ✭ 19 (-92.15%)
Mutual labels:  wasm
rust-monaco
Rust WASM bindings for the Monaco Editor
Stars: ✭ 23 (-90.5%)
Mutual labels:  wasm

Uno.Wasm.Bootstrap

Open in Gitpod

Uno.Wasm.Bootstrap provides a simple way to package C# .NET code, and run it from a compatible browser environment.

It is a standalone .NET Web Assembly (Wasm) sdk bootstrapper taking the form of a nuget package.

Installing it on a .NET project (5, 6 or .NET Standard 2.0) with an entry point allows to publish it as part of a Wasm distribution folder, along with CSS, Javascript and content files.

This package only provides the bootstrapping features to run a .NET assembly and write to the javascript console, through Console.WriteLine.

This package is based on the excellent work from @praeclarum's OOui Wasm MSBuild task.

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].