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

Mehdi Amini llvmlistbot at llvm.org
Tue Aug 5 06:38:24 PDT 2025


================
@@ -0,0 +1,7 @@
+// RUN: yaml2obj %S/inputs/memory_min_eq_max.yaml.wasm -o - | mlir-translate --import-wasm | FileCheck %s
+
+/* Source code used to create this test:
+(module (memory 0 0))
+*/
+
+// CHECK-LABEL:   "wasmssa.memory"() <{limits = !wasmssa<limit[0: 0]>, sym_name = "mem_0", sym_visibility = "nested"}> : () -> ()
----------------
joker-eph wrote:

I just notice that many ops don't have a `let assemblyFormat =` defined, is this intended?

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


More information about the Mlir-commits mailing list