# gc **Repository Path**: mirrors_brion/gc ## Basic Information - **Project Name**: gc - **Description**: Branch of the spec repo scoped to discussion of GC integration in WebAssembly - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/WebAssembly/spec.svg?branch=master)](https://travis-ci.org/WebAssembly/spec) # GC Proposal for WebAssembly This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/). It is meant for discussion, prototype specification and implementation of a proposal to add garbage collection support to WebAssembly. See the [overview](proposals/gc/Overview.md) for a summary of the proposal. 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](https://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](https://github.com/WebAssembly/design) first, so that this spec repository can remain focused. And please follow the [guidelines for contributing](Contributing.md).