A collection of Wasm Components
| Name | Description |
|---|---|
wordmark |
Convert between Markdown and Word (.docx) documents |
tablemark |
Convert between Markdown tables and .xlsx workbooks |
textsearch |
Regex find/replace over text, powered by ripgrep's engine |
color |
Convert between CSS color spaces (sRGB, HSL, HWB, Lab, LCH, Oklab, Oklch, Okhsl) |
WIT interface definitions (no component implementation).
| Name | Description |
|---|---|
acp |
WIT definition of the Agent Client Protocol |
This crate uses #![deny(unsafe_code)] at the workspace level to keep
hand-written code in 100% Safe Rust. The only exception is the FFI glue
generated by wit-bindgen::generate!, which is locally allowed to emit the
unsafe exports required by the Wasm Component Model ABI.
Want to join us? Check out our "Contributing" guide and take a look at some of these issues:
Licensed under the Apache License, Version 2.0 Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.