On Monday, 7 June 2021 at 02:33:38 UTC, Jack wrote: > What am I missing? Does your code / `node_dlang` initialize Druntime before calling `writeln`? Try replacing the `writeln` with `puts` (from `core.stdc.stdio`) which doesn't require an initialized runtime.