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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Aug 8 16:14:51 PDT 2025


================
@@ -20,6 +20,7 @@ namespace mlir {
 
 void registerFromLLVMIRTranslation();
 void registerFromSPIRVTranslation();
+void registerFromWasmTranslation();
----------------
MattPD wrote:

High-level question: Do we want `Wasm` throughout or perhaps `WasmSSA`, matching the dialect, <https://github.com/llvm/llvm-project/commit/a53489606a4e704e5a7ac148e950eabfe21397cd>?

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


More information about the Mlir-commits mailing list