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

Mehdi Amini llvmlistbot at llvm.org
Thu Aug 7 08:34:42 PDT 2025


================
@@ -0,0 +1,18 @@
+# RUN: yaml2obj %s | mlir-translate --import-wasm -o - 2>&1 | FileCheck %s
+# CHECK: error: invalid type index: 2
+
+# FIXME: mlir-translate should not return 0 here.
----------------
joker-eph wrote:

Seems like this is fixed, should you remove the FIXME?

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


More information about the Mlir-commits mailing list