[clang] [WebAssembly] Change the default linker for `wasm32-wasip2` (PR #84569)

Sam Clegg via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 8 15:11:47 PST 2024


sbc100 wrote:

> Currently it accepts no extra inputs, but in the future I'd expect that it'll grow an option or two of its own

I was more asking about whether the file types is accepts are anything more than object files and libraries.  i.e. can you pass other core modules and have wasm-component-ld build a component that contains more than one core module?

Also, can you say more about the metadata that is being using to drive wasm-componenet-ld?    If the core module is all based on canonical ABI what extra metdata is needed/planned?

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


More information about the cfe-commits mailing list