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 1,776 public repositories matching this topic...
Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
-
Updated
Sep 4, 2020 - Go
mal - Make a Lisp
-
Updated
Sep 9, 2020 - Assembly
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with time.Sleep, we need to make some per-board changes.
Previously, sleepTicks (the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup
-
Updated
Sep 18, 2020 - Rust
Lots of users ask in Slack what we support (and what we plan on supporting)
We should throw a simple FEATURES.md in the repo.
-
Updated
Sep 12, 2020
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
-
Updated
Sep 18, 2020 - C
Problem
walt-cli package when linking multiple .walt files together can "wrap" the modules in a stand-alone JS module. The resulting module is too large because it serialized the dependency tree with the AST information encoded directly into the output, resulting in a massive amount of js.
Encoding the dependencies into the file is done to ensure the module can be used stand-alone in br
Compiler infrastructure and toolchain library for WebAssembly
-
Updated
Sep 19, 2020 - WebAssembly
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
-
Updated
Sep 18, 2020
Lucet, the Sandboxing WebAssembly Compiler.
-
Updated
Sep 16, 2020 - Rust
Lightweight and modular C++11/C++14 graphics middleware for games and data visualization
-
Updated
Sep 15, 2020 - C++
A standard library for the client-side Web
-
Updated
Sep 2, 2020 - Rust
Bug Report
Steps to Reproduce:
- Create a dataframe with a categorical axis.
- Attempt to load into a
PerspectiveWidgetorTable.
Expected Result:
A valid widget or Table.
Actual Result:
---------------------------------------------------------------------------
PerspectiveError Traceback (most recent call last)
<ipython-iPure Go face detection, pupil/eyes localization and facial landmark points detection library
-
Updated
Sep 15, 2020 - Go
What would you like clarification on:
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when
Python 3 bindings
Implement Python 3 bindings, so wasm3 can be easily used from Python.
A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications)
-
Updated
Sep 12, 2020 - C++
Suggestion / feature request: List which languages / compilers support source maps, and which do not.
On-device wake word detection powered by deep learning.
-
Updated
Sep 14, 2020 - JavaScript
(Going to be) A microkernel that implements a WebAssembly "usermode" that runs in Ring 0.
-
Updated
Feb 5, 2020 - Rust
Tree 树形控件,Text是否可以支持html格式,目前好像只能放string太单调了。
Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
-
Updated
Aug 16, 2020 - Go
WebAssembly Micro Runtime (WAMR)
-
Updated
Sep 19, 2020 - C
- Organization
- WebAssembly
- Website
- webassembly.org
- Wikipedia
- Wikipedia


As of today, there are various inline-assembler-like builtins implementing the WebAssembly instruction set, but these only cover instructions that cannot be represented by a simple unary or binary expression, for example there is no
i32.add(x, y)and one would instead write `x +