[Mlir-commits] [mlir] [MLIR][WASM] Introduce an importer for Wasm binaries (PR #152131)
Luc Forget
llvmlistbot at llvm.org
Thu Aug 7 02:15:48 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"}> : () -> ()
----------------
lforg37 wrote:
It is indeed an oversight, thanks for pointing it.
https://github.com/llvm/llvm-project/pull/152131
More information about the Mlir-commits
mailing list