• ahaas's avatar
    [wasm] Refactoring of wasm-external-refs. · a7d3e24f
    ahaas authored
    1) I moved the implementations of the wrapper functions into a new cc
    file so that I can use these wrapper functions in tests.
    
    2) I made a generic test for all tests in
    test-run-calls-to-external-references.cc. In the new test we only
    compare the result of a function call through an external reference with
    the result of a direct function call. This is sufficient because we only
    want to test function calls through external references work here.
    The implementation of these functions are tested somewhere else.
    
    R=titzer@chromium.org
    
    Review URL: https://codereview.chromium.org/1853123002
    
    Cr-Commit-Position: refs/heads/master@{#35289}
    a7d3e24f
Name
Last commit
Last update
..
OWNERS Loading commit data...
asm-wasm-builder.cc Loading commit data...
asm-wasm-builder.h Loading commit data...
ast-decoder.cc Loading commit data...
ast-decoder.h Loading commit data...
decoder.h Loading commit data...
encoder.cc Loading commit data...
encoder.h Loading commit data...
module-decoder.cc Loading commit data...
module-decoder.h Loading commit data...
wasm-external-refs.cc Loading commit data...
wasm-external-refs.h Loading commit data...
wasm-js.cc Loading commit data...
wasm-js.h Loading commit data...
wasm-macro-gen.h Loading commit data...
wasm-module.cc Loading commit data...
wasm-module.h Loading commit data...
wasm-opcodes.cc Loading commit data...
wasm-opcodes.h Loading commit data...
wasm-result.cc Loading commit data...
wasm-result.h Loading commit data...