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

Luc Forget llvmlistbot at llvm.org
Mon Aug 11 18:48:15 PDT 2025


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

On this specific one I'm not sure: we want to import from Wasm.

Also, the discussion on the RFC is at some point to use a (yet to be implemented / connected) `Wasm` dialect for import and export, that would map more closely to Wasm constructs, and have conversion passes between this dialect and `WasmSSA`

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


More information about the Mlir-commits mailing list