All Projects → WebAssembly → Simd

WebAssembly / Simd

Licence: other
Branch of the spec repo scoped to discussion of SIMD in WebAssembly

Programming Languages

proposal
26 projects

Projects that are alternatives of or similar to Simd

Wasmdec
WebAssembly to C decompiler
Stars: ✭ 290 (-12.12%)
Mutual labels:  webassembly
V8.js.cn
V8 官方网站中文翻译
Stars: ✭ 308 (-6.67%)
Mutual labels:  webassembly
Webml
A Standard ML Compiler for the Web
Stars: ✭ 326 (-1.21%)
Mutual labels:  webassembly
Speedy.js
Accelerate JavaScript Applications by Compiling to WebAssembly
Stars: ✭ 300 (-9.09%)
Mutual labels:  webassembly
Jessibuca
Jessibuca是一款开源的纯H5直播流播放器
Stars: ✭ 301 (-8.79%)
Mutual labels:  webassembly
Parity Wasm
WebAssembly serialization/deserialization in rust
Stars: ✭ 314 (-4.85%)
Mutual labels:  webassembly
Wasmexplorer
Stars: ✭ 291 (-11.82%)
Mutual labels:  webassembly
Cicadaplayer
CicadaPlayer is the player core of AliPlayer, which support multiple platform Android, iOS, macOS, Windows, Linux, and WebAssembly for now. The goal is providing a player core which support multi platform, hardware accelerator, customizable and extensible features. Which support WideVine drm and LHLS.
Stars: ✭ 334 (+1.21%)
Mutual labels:  webassembly
Viry3d
Cross platform 2D and 3D game engine in C++.
Stars: ✭ 307 (-6.97%)
Mutual labels:  webassembly
Canvas
HTML5 Canvas API implementation for Microsoft Blazor
Stars: ✭ 319 (-3.33%)
Mutual labels:  webassembly
Ant Design Blazor
🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
Stars: ✭ 3,890 (+1078.79%)
Mutual labels:  webassembly
Pigo
Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
Stars: ✭ 3,542 (+973.33%)
Mutual labels:  webassembly
Awesome Wasi
😎 Curated list of awesome things regarding WebAssembly WASI ecosystem.
Stars: ✭ 319 (-3.33%)
Mutual labels:  webassembly
Essentia.js
JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
Stars: ✭ 294 (-10.91%)
Mutual labels:  webassembly
Wabt
The WebAssembly Binary Toolkit
Stars: ✭ 4,026 (+1120%)
Mutual labels:  webassembly
Eos dapp development cn
EOS开发文档
Stars: ✭ 294 (-10.91%)
Mutual labels:  webassembly
Jsc.js
JavaScriptCore on WebAssembly
Stars: ✭ 311 (-5.76%)
Mutual labels:  webassembly
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+1029.7%)
Mutual labels:  webassembly
Wasm3
🚀 The fastest WebAssembly interpreter, and the most universal runtime
Stars: ✭ 4,375 (+1225.76%)
Mutual labels:  webassembly
Perspective
A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Stars: ✭ 3,989 (+1108.79%)
Mutual labels:  webassembly

SIMD proposal for WebAssembly

This repository holds a proposal for adding 128-bit SIMD support to WebAssembly. It is a copy of the WebAssembly/spec repository with the addition of a proposals/simd directory. The proposal describes how 128-bit packed SIMD types and operations can be added to WebAssembly. It is based on previous work on SIMD.js in the Ecma TC39 ECMAScript committee and the portable SIMD specification that resulted.

The proposed semantics has the details.

Note: Consult the implementation status document to get an idea of the state of implementation across toolchains and embedders.

Usage documentation is being collected at https://emscripten.org/docs/porting/simd.html (make PRs here) and may be moved to a more vendor-neutral location in the future.

Design issue

Original README from upstream repo follows...

spec

This repository holds a prototypical reference implementation for WebAssembly, which is currently serving as the official specification. Eventually, we expect to produce a specification either written in human-readable prose or in a formal specification language.

It also holds the WebAssembly testsuite, which tests numerous aspects of conformance to the spec.

View the work-in-progress spec at webassembly.github.io/spec.

At this time, the contents of this repository are under development and known to be "incomplet and inkorrect".

Participation is welcome. Discussions about new features, significant semantic changes, or any specification change likely to generate substantial discussion should take place in the WebAssembly design repository first, so that this spec repository can remain focused. And please follow the guidelines for contributing.

citing

For citing WebAssembly in LaTeX, use this bibtex file.

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].