About The Project
Wick is a low-code, flow-like runtime for stitching together WebAssembly components into full applications. Built With ❤️, Rust, and Wasm.
What can you do with Wick?
Wick revolves around components. Components are essentially libraries that export operations, or functions.
Every wick component acts on streams. You can invoke components directly from the command line or combine them to build CLI tools, web applications, or even other components.
We built wick to reduce all the wasted effort in building software. When all pieces of software connect the same way, we can build single tools that work for everything.
Like a test runner that can test anything via configuration alone:
Or the ability to audit every resource your application uses and validate it in one fell swoop.
Getting Started
You'll need the wick binary to run Wick applications or invoke Wick components. You can install it with one of the following methods:
Installation
Pick your installation preference:
Install with Cargo
cargo install wick-cli
Install with Homebrew
brew install candlecorp/tap/wick
Install pre-built binaries
Mac/Linux
curl -sSL sh.wick.run | bash
Windows
curl https://ps.wick.run -UseBasicParsing | Invoke-Expression
Install from source
&&
Usage
We're constantly adding examples to the ./examples directory, which we also use as a base for our integration tests.
For more information, please refer to the Documentation
Roadmap
- HTTP Trigger
- Cron Trigger
- CLI Trigger
- Expand automatic API generation
- audit/lockdown support
- WebAssembly Component-model support
- WebSocket support
- WebTransport as support improves
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Wick is distributed under the Elastic License 2.0 and Apache-2.0 licenses. See LICENSE for more information and individual crates for details.
Contact
@candle_corp - jarrod@candle.dev
Project Link: https://github.com/candlecorp/wick