logoalt Hacker News

wffurr01/22/20252 repliesview on HN

Object Pascal has a substantial runtime library called RTL: https://en.m.wikipedia.org/wiki/Free_Pascal_Runtime_Library

Also per azakai in another thread, wasm-opt shrinks this binary to 14 MB. Still a lot.


Replies

pjmlp01/22/2025

Similar to this unofficial C runtime called POSIX, that most C applications rely on.

actuallyalys01/23/2025

Using RTL doesn’t necessarily result in large binaries. In my (non-WASM) experience, they’re more in line with the “hundreds of kilobytes” flohofwoe suggests.