[llvm-bugs] [Bug 37198] New: WebAssembly start component should be emitted with definition of the start function
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 22 11:16:03 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37198
Bug ID: 37198
Summary: WebAssembly start component should be emitted with
definition of the start function
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: WebAssembly
Assignee: unassignedbugs at nondot.org
Reporter: chen.pang.he at jdh8.org
CC: llvm-bugs at lists.llvm.org
WebAssembly start function is automatically run when the module is
instantiated.
https://webassembly.github.io/spec/core/syntax/modules.html#start-function
It would be helpful that the above thing is emitted with definition of start
function (which default to _start).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180422/b2928f21/attachment.html>
More information about the llvm-bugs
mailing list