• Thibaud Michaud's avatar
    [wasm] Fix typing of stack-switching wrappers · 08b3da7f
    Thibaud Michaud authored
    - Suspender.suspendOnReturnedPromise expects a function with type
    [ti*]->[externref] and returns a function with the same type.
    - Suspender.returnPromiseOnSuspend expects a function with type
    [ti*]->[to] and returns a function with type [ti*]->[externref].
    
    Changes:
    - Check the wrapped function's return types
    - Skip type checking of return types when importing a wrapper (and
    assert that the return type is externref)
    - Add special case for WebAssembly.Function.type of a
    WasmExportedFunction: it currently returns the signature declared by
    the module. Change the return type to externref if this is a
    stack-switching export.
    
    Bug: v8:12191
    Change-Id: I6619c306e9613825ad1b021cb3400d73cd684656
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3435190Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#78973}
    08b3da7f
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli 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...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...