feat: Rust WASM supports Redis database configuration option (#2704)

This commit is contained in:
韩贤涛
2025-08-03 12:56:27 +08:00
committed by GitHub
parent 645646fe22
commit 5f65b4f5b0
5 changed files with 169 additions and 52 deletions

View File

@@ -20,6 +20,15 @@ build:
@echo ""
@echo "output wasm file: extensions/${PLUGIN_NAME}/plugin.wasm"
build-image:
DOCKER_BUILDKIT=1 docker build \
--build-arg PLUGIN_NAME=${PLUGIN_NAME} \
--build-arg BUILDER=${BUILDER} \
-t ${IMG} \
.
@echo ""
@echo "image: ${IMG}"
lint-base:
cargo fmt --all --check
cargo clippy --workspace --all-features --all-targets