[PATCH] D40559: Wasm entrypoint changes #2 (export entrypoint in "start" section) APPLY AFTER D40724

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 19:27:16 PST 2017


sbc100 added a comment.

Sadly I think we are blocked on: https://github.com/WebAssembly/design/issues/1160.

Once your --no-entry change lands and this is rebased on top this change should be very small right?   Maybe we could land it behind a flag then to make this behaviour optional?  --use-wasm-start?

Out of interest, do you have a use case where you strongly prefer this over calling the function explicitly from the host side?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D40559





More information about the llvm-commits mailing list