commit dcc1b4fd1532ccfe028fe9f68c0d19fc28800191 (tree) parent 0000b34a2dcfc1f96d827d38d22894e4b341c402 Author: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Tue, 23 May 2023 22:12:53 +0200 Update wasi-libc to 3189cd1ceec8771e8f27faab58ad05d4d6c369ef (#15817) Also remove all the wasi-libc files we used to ship, but never compile. The latest wasi-libc HEAD has an extra commit (a6f871343313220b76009827ed0153586361c0d5), which makes preopen initialization lazy. Unfortunately, that breaks quite a lot of things on our end. Applications now need to explicitly call __wasilibc_populate_preopens() everywhere when the libc is linked. That can wait after 0.11. Diff is too large, output suppressed.