logoalt Hacker News

Thewsyesterday at 2:26 PM1 replyview on HN

There was a mention of using agents to build projects into WASM. I've had the best luck telling it to use zig to compile to webassembly. It shortens the time to completion by a significant amount.


Replies

simonwyesterday at 2:41 PM

That's a great tip, thanks! I did not know Zig could do this.

You can "pip install ziglang" and get the right version for different platforms too.