技巧精选

Mermaid转ASCII艺术:Rust与Go库的WebAssembly对比

Mermaid to ASCII art (mermaid-ascii)

精选理由

Simon用Claude Fable 5把Go版的Mermaid转ASCII编译成了WebAssembly,还能显示颜色,跟Rust版对比着玩,挺有意思。

AI 摘要

Simon Willison基于Grok Build的Rust代码创建了Mermaid转ASCII工具,随后发现AlexanderGrooff开发的Go库mermaid-ascii功能更全。他用Claude Fable 5将Go库编译为WebAssembly,以比较两个版本的输出。Go版额外支持颜色输出。

原文 · Simon Willison’s Weblog

Mermaid to ASCII art (mermaid-ascii)

Tool: Mermaid to ASCII art (mermaid-ascii) After building the Mermaid to ASCII tool based on Grok Build's Rust code I learned that there's an older, more fully-featured Go library called AlexanderGrooff/mermaid-ascii that implements a similar pattern, so I had Claude Fable 5 compile that one to WebAssembly as well so I could compare the two. This one includes support for colors! Tags: go , tools , webassembly , mermaid