mirror of
https://github.com/g-plane/wasm-language-tools.git
synced 2025-08-04 16:39:38 +00:00
docs: add version badges for crates
This commit is contained in:
parent
c5e18896b7
commit
184e945f96
1 changed files with 9 additions and 0 deletions
|
@ -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||
|
||||
|wat_parser||
|
||||
|wat_service||
|
||||
|wat_syntax||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue