• Mircea Trofin's avatar
    [wasm] {compile|instantiate}Streaming · 47702c53
    Mircea Trofin authored
    As per spec, (https://github.com/WebAssembly/design/pull/1068), we
    don't have compile/instantiate overloads anymore, instead, we
    have explicitly named members.
    
    This change introduces the new APIs, implements instantiateStreaming
    based on compileStreaming, and uses the existing embedder mechanism.
    It does not yet remove the functionality from compile/instantiate -
    we do that after we adopt the new APIs on the blink side.
    
    Also, it temporarily handles exceptions on the v8 side, which is also
    something we'll move to the blink side.
    
    Bug: 
    Change-Id: I77673b1c0d395dfcf13b2f25464fd5dfd99c8d82
    Reviewed-on: https://chromium-review.googlesource.com/508852
    Commit-Queue: Brad Nelson <bradnelson@chromium.org>
    Reviewed-by: 's avatarBrad Nelson <bradnelson@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#45411}
    47702c53
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...
promises-aplus 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...
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...