[Mlir-commits] [mlir] [MLIR][WASM] - Introduce an importer for Wasm binaries (PR #152131)
Mehdi Amini
llvmlistbot at llvm.org
Tue Aug 5 06:37:04 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:
Same as above: to be fixed.
https://github.com/llvm/llvm-project/pull/152131
More information about the Mlir-commits
mailing list