https://bugs.llvm.org/show_bug.cgi?id=37198
Andrew Kelley <and...@ziglang.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WONTFIX |---
CC| |and...@ziglang.org
Status|RESOLVED |REOPENED
--- Comment #12 from Andrew Kelley <and...@ziglang.org> ---
Hi, I'd like to please re-open this issue for consideration. I represent the
Zig project (https://ziglang.org/) which supports WebAssembly. Our goal is to
produce wasm executables which have the start function as specified by the
WebAssembly specification.
Zig has no constructors, so this is not an issue. What we want is for the
"start function" of the wasm file to call _start (actually don't care what LLD
wants it to be, and would be happy with an explicit flag).
Since this is a feature of WebAssembly, it seems to me there should be a way to
produce a wasm file which uses this feature, and it does fit nicely into the
Zig language.
Thanks for consideration.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs