OpenWorkers is a runtime for running javascript code in a serverless environment.
This runner manages instances of OpenWorkers Runtime.
cargo build --release
cargo run --bin snapshot
export RUST_LOG=openworkers_runtime=debug,openworkers_runner=debug # Optional
cargo run
cargo install sqlx-cli --no-default-features --features rustls,postgres
cargo sqlx prepare