mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-07-26 13:39:05 +00:00
![]() This emphasizes the relationship with `__wasm_call_ctors`. Note however that while `__wasm_call_ctors` is synthesized by the linker, `__wasm_call_dtors` is still defined by libc. Static constructors are registered statically, but static destructors need to be registered dynamically so that they only run if their corresponding static constructors have run, and so that they're ordered with respect to interleaved `atexit` calls. |
||
---|---|---|
.. | ||
crt1-reactor.c | ||
crt1.c |