[PATCH] D139010: [clang][WebAssembly] Implement support for table types and builtins

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 11:27:04 PST 2023


tlively added a comment.

In D139010#4158540 <https://reviews.llvm.org/D139010#4158540>, @aaron.ballman wrote:

> Roping in @jfb because I know he's been heavily involve in WebAssembly in the past and he may have ideas/opinions.
>
> High-level question: are externref, funcref, and table types all part of the WebAssembly standard, or are these extensions? (I wasn't aware that WebAssembly was a W3C standard or I'd have been asking this question much earlier -- sorry for that! I'm asking in regards to #4 in https://clang.llvm.org/get_involved.html#criteria)

Yes, these features are all present in the WebAssembly standard: https://www.w3.org/TR/2022/WD-wasm-core-2-20220419/syntax/types.html#table-types


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139010/new/

https://reviews.llvm.org/D139010



More information about the llvm-commits mailing list