• mtrofin's avatar
    [wasm] Embedder can control what buffers wasm compilation works on. · d9bc0ffb
    mtrofin authored
    Two controls, one for instantiation and one for compilation. They allow
    the embedder (e.g. Chrome) check properties of the parameters of those
    two operations, and decide if they are allowed to continue.
    
    For example, Chrome may now decline compilation of certain size buffers,
    in synchronous cases; same for instantiation (where the buffer size
    refers to the size of the buffer containing wasm wire bytes)
    
    BUG=v8:5981
    
    Review-Url: https://codereview.chromium.org/2699843003
    Cr-Commit-Position: refs/heads/master@{#43295}
    d9bc0ffb
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...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests 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...