Static ctors in wasm

kinke noone at nowhere.com
Fri Feb 9 01:17:26 UTC 2024


On Friday, 9 February 2024 at 00:48:47 UTC, kinke wrote:
> So if wasm doesn't support named sections/data ranges

Oh well, looks like wasm-ld (i.e., lld) supports exactly the same 
magic `__{start,stop}_*` symbols as for ELF: 
https://github.com/llvm/llvm-project/issues/55839


More information about the Digitalmars-d mailing list