# Simon Willison 发布了 Mermaid 转 ASCII 工具，基于 Rust 和 Go 库并编译为 WebAssembly，支持颜色输出，方便图表转换

- 来源：Simon Willison
- 发布时间：2026-07-16 22:57
- AIWatch 分数：41
- AIWatch 标记：未精选
- AIWatch 链接：https://aiwatch.icu/events/evt_01kxzgzk3q10jnbqpdxjyyx6ap
- 原文链接：https://simonwillison.net/2026/Jul/16/mermaid-ascii/#atom-everything

## 精选理由

常规快讯，保留列表

## AI 摘要

Simon Willison 发布了 Mermaid 转 ASCII 工具，基于 Rust 和 Go 库并编译为 WebAssembly，支持颜色输出，方便图表转换。

## 正文

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!

Screenshot of a Mermaid diagram editor web app. A row of tab buttons reads: Flowchart, Multiple links, Subgraphs, Multi-line labels, Colors (selected, highlighted blue), Sequence, Alt fragment, Loop + note, Parallel. Below is a text input area containing: "graph LR / Build:::good --> Test:::good / Test --> Deploy:::warn / Deploy --> Rollback:::bad / classDef good color:#3fb950 / classDef warn colo

Tags: go, tools, webassembly, mermaid
