ferricel-core-0.1.0 has been yanked.
ferricel-core: CEL to Wasm compiler and runtime
This crate provides the core functionality for compiling Common Expression Language (CEL) expressions into WebAssembly modules and executing them.
Features
- Compiler: Compiles CEL expressions to standalone Wasm modules
- Runtime: Executes Wasm modules with variable bindings
- Type Support: Handles integers, unsigned integers, doubles, strings, booleans, lists, and maps
- Extensions: Host-provided functions callable from CEL expressions
Example
use ;
#