Skip to content
  • Cheng Shao's avatar
    d333cd74
    wasm: do not use wasm type reflection in dyld · d333cd74
    Cheng Shao authored
    The wasm dynamic linker used to depend on v8's experimental wasm type
    reflection support to generate stub functions when treating GOT.func
    items that aren't exported by any loaded library yet. However, as we
    work towards wasm ghci browser mode (#25399), we need to ensure the
    wasm dyld logic is portable across browsers. So this commit removes
    the usage of wasm type reflection in wasm dyld, and it shall only be
    added many months later when this feature is widely available in
    browsers.
    
    (cherry picked from commit cca68421)
    (cherry picked from commit a398fae2)
    d333cd74
    wasm: do not use wasm type reflection in dyld
    Cheng Shao authored
    The wasm dynamic linker used to depend on v8's experimental wasm type
    reflection support to generate stub functions when treating GOT.func
    items that aren't exported by any loaded library yet. However, as we
    work towards wasm ghci browser mode (#25399), we need to ensure the
    wasm dyld logic is portable across browsers. So this commit removes
    the usage of wasm type reflection in wasm dyld, and it shall only be
    added many months later when this feature is widely available in
    browsers.
    
    (cherry picked from commit cca68421)
    (cherry picked from commit a398fae2)
Loading