Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

WebAssembly/multi-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61975c8 · Jul 23, 2020
Apr 8, 2020
Apr 9, 2020
Sep 30, 2019
Feb 17, 2020
Apr 8, 2020
Mar 22, 2017
Jul 31, 2017
Jan 24, 2019
Apr 8, 2020
Aug 13, 2015
Jun 13, 2017
Jul 22, 2020
Sep 14, 2019
Jan 16, 2019

Repository files navigation

Build Status

Multi-value Proposal for WebAssembly

Note: This proposal has been merged into the WebAssembly standard on 2020/04/09.

This repository is a clone of github.com/WebAssembly/spec/. It is meant for discussion, prototype specification and implementation of a proposal to add support for returning multiple values to WebAssembly.

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.