| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
As suggested in https://github.com/WebAssembly/wabt/pull/725#discussion_r162516714.
|
|
|
|
|
|
| |
* 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
Rebaseline tests, but no other changes.
* Revert test/spec/globals.txt
* Update testsuite
* Update spec binary.wast test and testsuite repo
|
|
This now (mostly) matches the output from the spec interpreter.
|