[Mlir-commits] [mlir] [MLIR][WASM] Introduce an importer for Wasm binaries (PR #152131)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 13 21:30:45 PDT 2025
================
@@ -21,12 +21,9 @@
namespace mlir::wasm {
-/// Translates the given operation to C++ code. The operation or operations in
-/// the region of 'op' need almost all be in EmitC dialect. The parameter
-/// 'declareVariablesAtTop' enforces that all variables for op results and block
-/// arguments are declared at the beginning of the function.
-/// If parameter 'fileId' is non-empty, then body of `emitc.file` ops
-/// with matching id are emitted.
+/// If `source` contains a valid Wasm binary file, this function returns a
+/// a ModuleOp containing the representation of trhe Wasm module encoded in
----------------
MattPD wrote:
s/trhe/the
https://github.com/llvm/llvm-project/pull/152131
More information about the Mlir-commits
mailing list