Calcite is a library for easily creating deno plugins.
Refer the docs
To run the examples do
cargo build --example sync
deno run --unstable --allow-all examples/sync.ts
cargo build --example async
deno run --unstable --allow-all examples/async.ts