ferricel-0.1.2 is not a library.
ferricel
ferricel is a CLI tool that compiles CEL (Common Expression Language)
expressions into self-contained WebAssembly modules, and runs them.
The produced .wasm files can be executed in any Wasm runtime.
Installation
Download pre-built binaries from GitHub Releases, or install from source:
Usage
Compile a CEL expression to a Wasm module:
Run the compiled module with JSON bindings:
Or pass bindings inline:
For full documentation including host extensions, proto support, and more, see the user guide.
Related crates
ferricel-core— library for embedding the compiler and runtime in Rust programsferricel-types— shared type definitions