[Mlir-commits] [mlir] [MLIR][WASM] Introduce an importer for Wasm binaries (PR #152131)
Mehdi Amini
llvmlistbot at llvm.org
Fri Aug 15 05:24:08 PDT 2025
joker-eph wrote:
@flemairen6 the second breakage is fixed here: https://github.com/llvm/llvm-project/pull/153795
Please have a look, we can discuss separately on next steps if you need these.
I also see a lot of warnings when building right now, is it because you implemented the structure and will use the code later?
For example:
```
lib/Target/Wasm/TranslateFromWasm.cpp:292:33: warning: private field 'symbols' is not used [-Wunused-private-field]
292 | WasmModuleSymbolTables const &symbols;
```
https://github.com/llvm/llvm-project/pull/152131
More information about the Mlir-commits
mailing list