> One pass, all the way down to bytecode

> hands off to two of its own IRs before writing WASM-GC by hand

So it's not "one pass" lol. Do you know what a pass is?

Not that it matters - this AI is claiming "one pass" as though that's a good thing, but it's usually not. One-pass compilers can't typecheck forward references.

Also, it's only "by hand" if you, the developer, writes it. In this case:

"The frontend — lexer, parser, semantic analysis (it’s called mkf) — hands off to two of its own IRs before writing WASM-GC by hand."

So those frontend tools do the writing, not the developer?

That's not "by hand". One might say "writes WASM-GC directly". But no that also doesn't happen, it goes through an IR first?

Personally I wouldn't put too much trust in a developer that even can't get their terminology correct. Well either that or I foobar'd my understanding of the writeup?

Anyway, looks like an interesting project.

'by hand' is probably the AI anthropomorphizing itself

Prompt regurgitation. Model was likely instructed to create the app to do this piece "by hand" (or a phrase with similar interpretation) because the author wanted to avoid pulling in a dependency of some kind.

[deleted]