v8/test/cctest/wasm
titzer 3b6b8119ff [wasm] Add utilities to print out WASM ast directly from the bytes.
Motivated by finding a bug in a larger module, this CL adds the ability
to dump out a byte-by-byte, nested view of the decoded AST. This
byte-by-byte output uses the opcode enum to make it readable, but is
suitable for pasting into a byte[] in C or JS and thus making a regression
test.

Also fix a bug; the case of running out of registers for indirect calls.

R=ahaas@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1616973004

Cr-Commit-Position: refs/heads/master@{#33442}
2016-01-21 16:11:19 +00:00
..
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
test-run-wasm-js.cc [wasm] Disable failing tests on arm. 2016-01-18 17:07:05 +00:00
test-run-wasm-module.cc [wasm] Create a wrapper function for WASM.asmCompileRun(). 2016-01-18 15:39:44 +00:00
test-run-wasm.cc [wasm] Add utilities to print out WASM ast directly from the bytes. 2016-01-21 16:11:19 +00:00
test-signatures.h [wasm] Add utilities to print out WASM ast directly from the bytes. 2016-01-21 16:11:19 +00:00
wasm-run-utils.h [wasm] Add utilities to print out WASM ast directly from the bytes. 2016-01-21 16:11:19 +00:00