summaryrefslogtreecommitdiff
path: root/test/gen-spec-js/basic.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename run args (#728)Ben Smith2018-01-211-1/+1
| | | | As suggested in https://github.com/WebAssembly/wabt/pull/725#discussion_r162516714.
* Update output of gen-spec-js to match spec (#654)Ben Smith2017-10-141-2/+6
| | | | | | * Use "call" and "get" helpers instead of accessing exports directly * Don't use `$$` for the most recent instance, instead always use a numbered instance (e.g. `$3`) * Add comments before each command with file and line number
* Update wasm binary format label to 1 (#310)Derek Schuff2017-02-241-1/+1
| | | | | | | | | | | | * Update wasm binary format label to 1 Rebaseline tests, but no other changes. * Revert test/spec/globals.txt * Update testsuite * Update spec binary.wast test and testsuite repo
* Fix gen-spec-js.pyBen Smith2016-12-051-0/+12
This now (mostly) matches the output from the spec interpreter.