v8/test/unittests/wasm
binji 78f6f838f0 [Wasm] Convert many of the fixed-size values to LEB128.
This CL modifies the following to be LEB128:
* Function table indices
* Import table signature indices
* Export table function indices
* Function signature param count
* br/br_if break depth
* br_table target count
* block/loop expression count

Still to do:
* Import/export names (LEB128 count + inline data)
* Data segments (LEB128 offset + size + inline data)
* Function header stuff (should seperate into function sig and body sections)
* Memory access alignment + offset (still discussing)

BUG=
R=titzer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#34603}
2016-03-08 22:56:18 +00:00
..
ast-decoder-unittest.cc [wasm] Rework encoding of local declarations. 2016-03-07 21:05:15 +00:00
decoder-unittest.cc [wasm] Update {i32,i64}.const to use signed leb128 2016-03-04 19:06:34 +00:00
encoder-unittest.cc [Wasm] Convert many of the fixed-size values to LEB128. 2016-03-08 22:56:18 +00:00
loop-assignment-analysis-unittest.cc [wasm] Rework encoding of local declarations. 2016-03-07 21:05:15 +00:00
module-decoder-unittest.cc [Wasm] Convert many of the fixed-size values to LEB128. 2016-03-08 22:56:18 +00:00
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
wasm-macro-gen-unittest.cc [Wasm] Convert many of the fixed-size values to LEB128. 2016-03-08 22:56:18 +00:00