Skip to content

yoshuawuyts/components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

components

A collection of Wasm Components

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)

Interfaces

WIT interface definitions (no component implementation).

Name Description
acp WIT definition of the Agent Client Protocol

Safety

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.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License

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.

About

A collection of Wasm Components

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors