Clone this repo:
  1. 040e28e Add tests for if/then/else with indices + unknown label; (#284) by Benjamin Bouvier · 4 days ago master
  2. e6ec3d8 Batch of additional tests (#287) by rossberg-chromium · 5 days ago
  3. 9d26e51 Misc tests (#288) by Dan Gohman · 6 days ago
  4. 6e6ec28 Add some typechecking tests (#289) by Ben Smith · 9 days ago
  5. 790b699 Spell out the expected plans for a WebAssembly spec. (#285) by Dan Gohman · 11 days ago

Build Status

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.

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.