docs: add version badges for crates

This commit is contained in:
Pig Fang 2025-05-12 08:24:19 +08:00
parent c5e18896b7
commit 184e945f96
No known key found for this signature in database
GPG key ID: A8198F548DADA9E2

View file

@ -8,3 +8,12 @@ It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAsse
While it's mainly used in editors, you can use the [`wat_service`](https://crates.io/crates/wat_service) crate to do semantic analysis with programmatic API.
WebAssembly Language Tools supports some [WebAssembly proposals](https://webassembly.org/features/) like [Garbage Collection](https://github.com/WebAssembly/gc), [Multiple Memories](https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md) and so on.
Except `wat_server`, other crates provide APIs as libraries. You can use them in your own projects.
|Crate|Version|
|---|---|
|wat_formatter|![Crates.io Version](https://img.shields.io/crates/v/wat_formatter?link=https%3A%2F%2Fdocs.rs%2Fwat_formatter)|
|wat_parser|![Crates.io Version](https://img.shields.io/crates/v/wat_parser?link=https%3A%2F%2Fdocs.rs%2Fwat_parser)|
|wat_service|![Crates.io Version](https://img.shields.io/crates/v/wat_service?link=https%3A%2F%2Fdocs.rs%2Fwat_service)|
|wat_syntax|![Crates.io Version](https://img.shields.io/crates/v/wat_syntax?link=https%3A%2F%2Fdocs.rs%2Fwat_syntax)|