[PATCH] D70930: [llvm-objcopy][WebAssembly] Initial support for wasm in llvm-objcopy

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 10:05:44 PST 2019


sbc100 added a comment.

Great to see this happening.

I wonder if the directory name should be called just `wasm`.. like e.g. `lld/test/wasm` and `lld/wasm`,   We do have a mixture of `wasm`, 'Wasm` and `WebAssembly`.   I've been thinking of `WebAssembly` as the target and `wasm` as the object/container format.  So in this case I think just `wasm` makes the most sense for the directory name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70930





More information about the llvm-commits mailing list