[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:16:04 PDT 2025
================
@@ -0,0 +1,73 @@
+//===- WasmBinaryEncoding.h - Byte encodings for Wasm binary format ===----===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+// Define encodings for WebAssembly instructions, types, etc from the
----------------
MattPD wrote:
Minor nit: s/`etc`/`etc.`
(other: `from the WebAssembly` or `_for_ the WebAssembly`?)
https://github.com/llvm/llvm-project/pull/152131
More information about the Mlir-commits
mailing list