Add tests for malformed global initializer expressions (#465)

1 file changed
tree: e61596b2a662ca603d41e58b1304d1632f80d389
  1. document/
  2. interpreter/
  3. papers/
  4. test/
  5. .gitattributes
  6. .gitignore
  7. .travis.yml
  8. Contributing.md
  9. LICENSE
  10. README.md
README.md

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.

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.