wasi-libc/libc-bottom-half/crt
Dan Gohman 4e45d2b5ad
Rename __prepare_for_exit to __wasm_call_dtors. (#201)
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.
2020-06-08 15:21:18 -07:00
..
crt1-reactor.c Reactor support. (#74) 2020-05-29 09:09:58 -07:00
crt1.c Rename __prepare_for_exit to __wasm_call_dtors. (#201) 2020-06-08 15:21:18 -07:00