[Mlir-commits] [mlir] [MLIR][WASM] - Introduce an importer for Wasm binaries (PR #152131)

Mehdi Amini llvmlistbot at llvm.org
Tue Aug 5 06:36:07 PDT 2025


================
@@ -0,0 +1,15 @@
+# RUN: yaml2obj %s | mlir-translate --import-wasm -o - 2>&1 | FileCheck %s
+
+# FIXME: The error code here should be nonzero.
----------------
joker-eph wrote:

Seems like something to fix, can this be done before merging this PR?

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


More information about the Mlir-commits mailing list