[PATCH] D158001: [lld][WebAssembly] Add support for -soname

Mike Hommey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 14:33:11 PDT 2023


glandium added a comment.

In D158001#4593337 <https://reviews.llvm.org/D158001#4593337>, @sbc100 wrote:

> Separately, I do wonder if wasm2c should strip the file extension when it sees `rlbox.wasm` as the module name.   The `.wasm` part seem to translate to `0x2Ewasm` in the function names which doesn't seem like it adds anything useful.

It sure is interesting that "-n foo" doesn't do the same thing as the .wasm containing a module name of "foo".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158001/new/

https://reviews.llvm.org/D158001



More information about the llvm-commits mailing list