#
WebAssembly
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
Here are 100 public repositories matching this topic...
An alternative BEAM implementation, designed for WebAssembly
-
Updated
Sep 10, 2020 - Rust
torch2424
commented
Aug 17, 2019
This would vastly help the Dev experience for game developers
Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
-
Updated
Aug 23, 2020 - C#
HTML5 Canvas API implementation for Microsoft Blazor
-
Updated
Jul 30, 2020 - C#
SignalR Core support for Microsoft ASP.NET Core Blazor
webassembly
web-assembly
signalr
signalr-client
signalr-core
blazor
blazor-extensions
blazor-interop
-
Updated
Sep 6, 2020 - C#
Gameboy / Gameboy Color Emulator PWA built with Preact. ⚛️ Powered by wasmBoy. 🎮 Themed with VaporWave. 🌴 🐬
emulator
preact
gameboy
progressive-web-app
emulation
web-assembly
vaporwave
gameboy-color
gameboy-emudevs
-
Updated
Jun 1, 2020 - JavaScript
HTML5 Storage API implementation for Microsoft Blazor
-
Updated
Jul 30, 2020 - C#
Microsoft Extension Logging implementation for Blazor
-
Updated
Aug 1, 2020 - C#
Blazor components implementing Google's Material components for web - https://material.io/components/web
-
Updated
May 20, 2019 - JavaScript
2D Skeletal Animation WebGL Runtimes for Creature ( PixiJS, PhaserJS, ThreeJS, BabylonJS, Cocos Creator )
skin
webgl
html5
js
phaser
animation
engine
construct2
web-assembly
character
mesh
pixijs
cutout
ffd
2d
wechat-mini-program
cocos-creator
bone
skeletal
creature2d
-
Updated
Dec 7, 2019 - JavaScript
JPEG artifacts removal based on quantization coefficients.
-
Updated
Jul 20, 2020 - C
HTML5 Notifications API implementation for Microsoft Blazor
-
Updated
Jul 30, 2020 - C#
A Rust reimplementation of Blobby Volley 2.
-
Updated
Jan 6, 2020 - Rust
Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
-
Updated
Sep 7, 2020 - Rust
Homomorphic Encryption in JavaScript - Microsoft SEAL
javascript
microsoft
cryptography
crypto
encryption
webassembly
web-assembly
emscripten
seal
homomorphic-encryption
homomorphism
cryptosystem
homomorphic
microsoft-seal
node-seal
-
Updated
Sep 13, 2020 - JavaScript
A video transcoder and converter built use Web Assembly and FFMPEG to transcode and convert videos right in your browser while protecting your privacy
-
Updated
Sep 14, 2020 - CSS
My adventure into the marvelous world of Web Assembly
-
Updated
Aug 3, 2018 - Racket
rutrum
commented
Jul 30, 2020
I think using this pattern doesn't make it obvious for how users might expand on the example. If a user does decide to use a struct as their model, the code written in update and view also need to updated, while not always obvious. For example, a user might try to do this:
struct Model {
name: String,
}
fn view(model: &Model) -> Node<Msg> {
div![
button![model],
Testing doing basic regression with web assembly
-
Updated
Oct 3, 2019 - Go
Quick test using JWT authentication for a blazor hosted (Client/Serverside) app with API and Authentication.
-
Updated
Nov 23, 2018 - C#
Original Dartmouth BASIC Interpreter/Compiler
-
Updated
Jan 17, 2019 - Rust
Set up Seed app and start dev server by running one command
-
Updated
May 13, 2020
Web Assembly to Kotlin and Java converter. Allows to compile a C or C++ program/library, and generate a Kotlin or Java program/library.
-
Updated
Dec 10, 2019 - WebAssembly
-
Updated
May 8, 2019 - Rust
- Organization
- WebAssembly
- Website
- webassembly.org
- Wikipedia
- Wikipedia


Reference from TensorFlow: https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/matrix-band-part
This op is used by the Music Transformer model.