-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wpt][wasm] Fix type string of function references
The type string for function references is "anyfunc" and not "funcref", see https://webassembly.github.io/spec/js-api/index.html#dom-valuetype-anyfunc. This CL replaces the invalid "funcref" string with the valid "anyfunc" string in the wasm/global/type... test. Bug: v8:12227 Change-Id: I8c0709036beba3aa6e8418ca4fa9bc16fd67b914 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3162136 Commit-Queue: Andreas Haas <[email protected]> Reviewed-by: Michael Lippautz <[email protected]> Cr-Commit-Position: refs/heads/main@{#922052}
- Loading branch information
1 parent
38413c5
commit 0286e80
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters