• Ben L. Titzer's avatar
    [wasm] Hide SyncValidate() behind WasmEngine interface. · 84326fc4
    Ben L. Titzer authored
    This is the first in a series of CLs that will separate the JS API
    from the implementation of WebAssembly by bottlenecking interactions
    through the WasmEngine. In the long run, the JS API and much of V8
    should rely only on the WasmEngine interface, which will represent
    the "public interface" for embedding WebAssembly.
    
    Next: hide compilation-related methods behind WasmEngine.
    Bug: v8:7316
    Change-Id: I93404f0dc8a201ae99d30b4c1ca34606e3dddbca
    Reviewed-on: https://chromium-review.googlesource.com/868590
    Commit-Queue: Ben Titzer <titzer@chromium.org>
    Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50660}
    84326fc4
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
d8_default.gyp Loading commit data...
d8_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...