Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3015bbe0e8abf05249481775c75b494e3548fd74
      
https://github.com/WebKit/WebKit/commit/3015bbe0e8abf05249481775c75b494e3548fd74
  Author: Asumu Takikawa <as...@igalia.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M JSTests/wasm/gc-spec-tests/type-subtyping.wast.js
    A JSTests/wasm/gc/linking.js
    M Source/JavaScriptCore/wasm/js/WebAssemblyModuleRecord.cpp

  Log Message:
  -----------
  [Wasm-GC] Module linking should take subtyping into account
https://bugs.webkit.org/show_bug.cgi?id=260039

Reviewed by Justin Michaud.

Use subtyping for module linking in general. Also add and re-enable more tests
about linking.

Note: we don't add subtyping for exception tags for now, because the exception
proposal is in flux.

* JSTests/wasm/gc-spec-tests/type-subtyping.wast.js:
* JSTests/wasm/gc/linking.js: Added.
(testLinking):
* Source/JavaScriptCore/wasm/js/WebAssemblyModuleRecord.cpp:
(JSC::WebAssemblyModuleRecord::initializeImports):

Canonical link: https://commits.webkit.org/272226@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to