All Projects → WebAssembly → Gc

WebAssembly / Gc

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

Programming Languages

proposal
26 projects

Projects that are alternatives of or similar to Gc

Jessibuca
Jessibuca是一款开源的纯H5直播流播放器
Stars: ✭ 301 (-14%)
Mutual labels:  webassembly
Webml
A Standard ML Compiler for the Web
Stars: ✭ 326 (-6.86%)
Mutual labels:  webassembly
Unrust
unrust - A pure rust based (webgl 2.0 / native) game engine
Stars: ✭ 341 (-2.57%)
Mutual labels:  webassembly
V8.js.cn
V8 官方网站中文翻译
Stars: ✭ 308 (-12%)
Mutual labels:  webassembly
Perspective
A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Stars: ✭ 3,989 (+1039.71%)
Mutual labels:  webassembly
Wasm3
🚀 The fastest WebAssembly interpreter, and the most universal runtime
Stars: ✭ 4,375 (+1150%)
Mutual labels:  webassembly
Stdweb
A standard library for the client-side Web
Stars: ✭ 3,201 (+814.57%)
Mutual labels:  webassembly
React Wasm
Declarative WebAssembly instantiation for React
Stars: ✭ 349 (-0.29%)
Mutual labels:  webassembly
Canvas
HTML5 Canvas API implementation for Microsoft Blazor
Stars: ✭ 319 (-8.86%)
Mutual labels:  webassembly
Simd
Branch of the spec repo scoped to discussion of SIMD in WebAssembly
Stars: ✭ 330 (-5.71%)
Mutual labels:  webassembly
Jsc.js
JavaScriptCore on WebAssembly
Stars: ✭ 311 (-11.14%)
Mutual labels:  webassembly
Awesome Wasi
😎 Curated list of awesome things regarding WebAssembly WASI ecosystem.
Stars: ✭ 319 (-8.86%)
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 (-4.57%)
Mutual labels:  webassembly
Viry3d
Cross platform 2D and 3D game engine in C++.
Stars: ✭ 307 (-12.29%)
Mutual labels:  webassembly
Blog Core
Modular blog using Blazor with clean domain-driven design patterns
Stars: ✭ 345 (-1.43%)
Mutual labels:  webassembly
Pigo
Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
Stars: ✭ 3,542 (+912%)
Mutual labels:  webassembly
Wabt
The WebAssembly Binary Toolkit
Stars: ✭ 4,026 (+1050.29%)
Mutual labels:  webassembly
Wasmer Js
Monorepo for Javascript WebAssembly packages by Wasmer
Stars: ✭ 352 (+0.57%)
Mutual labels:  webassembly
Javascriptkit
Swift framework to interact with JavaScript through WebAssembly.
Stars: ✭ 348 (-0.57%)
Mutual labels:  webassembly
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+965.14%)
Mutual labels:  webassembly

Build Status

GC Proposal for WebAssembly

This repository is a clone of github.com/WebAssembly/spec/. It is meant for discussion, prototype specification and implementation of a proposal to add garbage collection (GC) support to WebAssembly.

  • See the overview for a summary and rationale of the proposal.

  • See the MVP for a draft specification of the concrete language extensions that are proposed for the first stage of GC support in Wasm.

  • See the Post-MVP for possible future extensions in later stages.

This repository is based on the function references proposal as a baseline and includes all respective changes.

Original README from upstream repository 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].