logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: a7b85a72e9f9c617c0f8e2382a6e7e641bdb6a37
parent 4781f569cf47a3421665978187931690972d648d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 22 Jul 2023 20:27:57 +0200

notes/bootstrapping: Zig wasm binary seed

Diffstat:

Mnotes/bootstrapping.shtml5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml @@ -122,6 +122,11 @@ And it should be noted that TypeScript seems to have no specification anymore. (Commit: <a href="https://github.com/microsoft/TypeScript/commit/91822db8e01e38e1f9d80142df67d3849851571d">Remove doc folder (old archived spec and assets), word2md script</a>) </p> + <h2>Potentially problematic</h2> + + <h3 id="zig">Zig</h3> + <p><a href="https://ziglang.org/news/goodbye-cpp/">Threw out the C++ implementation in favor of a <strong>large</strong> WASM binary seed</a>, for now it's chained-bootstrapping, hopefully an alternative compiler written in a bootstrapped language will appear.</p> + <h2>Historically problematic</h2> <h3 id="firefox_python2">Firefox &gt;=68 &lt;=78</h3>