[test] Add test when start function traps (#994)

The start function is invoked after the store has been modified. So if a
start function traps, all data and element segments will have been
copied into the memory and table respectively. This means that functions
can be invoked on this instance, even though the instance is not
available to the embedder directly.
1 file changed
tree: b1bc1206c1fc174294dd3302c391fce735c37be7
  1. document/
  2. interpreter/
  3. papers/
  4. test/
  5. .gitattributes
  6. .gitignore
  7. .gitmodules
  8. .travis.yml
  9. Contributing.md
  10. deploy_key.enc
  11. LICENSE
  12. README.md
  13. w3c.json
README.md

Build Status

spec

This repository holds the sources for the WebAssembly draft specification (to seed a future WebAssembly Working Group), a reference implementation, and the official testsuite.

A formatted version of the spec is available here: webassembly.github.io/spec,

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.