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

Luc Forget llvmlistbot at llvm.org
Fri Aug 8 01:57:23 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:

Done in PR #152668 

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


More information about the Mlir-commits mailing list