v8/test/mjsunit/wasm
mtrofin c001a9ecc1 [wasm] Serialization/Deserialization of compiled module
Implementation of serialization/deserialization for compiled wasm
module.

BUG=v8:5072

Review-Url: https://codereview.chromium.org/2205973003
Cr-Commit-Position: refs/heads/master@{#38498}
2016-08-09 15:19:38 +00:00
..
embenchen
adapter-frame.js
asm-wasm-copy.js
asm-wasm-deopt.js
asm-wasm-f32.js
asm-wasm-f64.js
asm-wasm-heap.js
asm-wasm-i32.js [wasm] Forbid sign mismatch in asm typer. 2016-06-28 21:01:36 +00:00
asm-wasm-literals.js
asm-wasm-stdlib.js [wasm] asm.js. Adds support for clz32 in asm.js. 2016-08-02 18:36:52 +00:00
asm-wasm-switch.js V8. ASM-2-WASM. Migrates asm-wasm-builder to the new asm-typer. 2016-07-13 19:40:10 +00:00
asm-wasm-u32.js
asm-wasm.js V8. ASM-2-WASM. Migrates asm-wasm-builder to the new asm-typer. 2016-07-13 19:40:10 +00:00
calls.js
compiled-module-serialization.js [wasm] Serialization/Deserialization of compiled module 2016-08-09 15:19:38 +00:00
debug-disassembly.js [wasm] Disassemble wasm code from script 2016-06-30 09:57:07 +00:00
divrem-trap.js
export-table.js
ffi-error.js
ffi.js
frame-inspection.js [wasm] Enable wasm frame inspection for debugging 2016-06-29 10:23:09 +00:00
function-names.js
function-prototype.js
gc-frame.js
grow-memory.js [wasm] Grow memory should return -1 on failure. 2016-08-04 20:39:32 +00:00
import-table.js [wasm] Fix receiver conversion for WASM->JS calls. 2016-06-30 09:41:43 +00:00
indirect-calls.js
instantiate-module-basic.js [wasm] Compile and Instantiation 2016-07-14 16:31:07 +00:00
instantiate-run-basic.js
module-memory.js
no-wasm-by-default.js [wasm] Dont ship by default. 2016-07-01 11:37:47 +00:00
OWNERS Adding a few more owners to the wasm directory. 2016-06-29 17:38:30 +00:00
parallel_compilation.js
params.js
receiver.js [wasm] Fix receiver conversion for WASM->JS calls. 2016-06-30 09:41:43 +00:00
stack.js
stackwalk.js
start-function.js
test-import-export-wrapper.js Add signature checking when directly import a foreign function 2016-08-04 20:34:02 +00:00
test-wasm-module-builder.js
test-wasm-simd-ops.js Convert SIMD wasm ops to runtime function calls 2016-07-16 03:50:54 +00:00
trap-location.js
unicode-validation.js
unreachable.js
verify-function-basic-errors.js
verify-function-simple.js
verify-module-basic-errors.js
wasm-constants.js [wasm] Remove single function JIT support. 2016-08-08 21:50:13 +00:00
wasm-module-builder.js [wasm] Add support for multiple indirect function tables 2016-07-28 04:57:18 +00:00
wasm-object-api.js