WebAssembly _start or crt_constructor not get called.

kinke kinke at libero.it
Fri Aug 10 10:43:09 UTC 2018


I don't know about _start(), but please don't expect 
`pragma(crt_constructor)` to work. As the name says, these 'C 
runtime constructors' are normally invoked by the C runtime entry 
point, before calling the C main, all of which doesn't apply to 
WebAssembly or any other bare metal target.


More information about the digitalmars-d-ldc mailing list