[llvm] [WebAssembly] Allow AsmTypeCheck detect multiple errors in function (PR #109705)

Thomas Lively via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 12:28:32 PDT 2024


tlively wrote:

> This is what Wabt and Binaryen wast parsers do as well.

Binaryen's text parser bails out at the first error, although it doesn't do any type checking.

https://github.com/llvm/llvm-project/pull/109705


More information about the llvm-commits mailing list