dgn / proxy-wasm-rust-sdk

WebAssembly for Proxies (Rust SDK)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebAssembly for Proxies (Rust SDK)

Build Status Crate Documentation Apache 2.0 License

Examples

Articles & blog posts from the community

Updating dependencies

When updating dependencies, you need to regenerate BUILD files to match updated Cargo.toml:

cargo install cargo-raze --git https://github.com/google/cargo-raze --rev cb9f85d22b1c81cceb9acaf1fa4336c5fc4e6bff
rm -rf bazel/cargo/
cargo generate-lockfile
cargo raze --output=bazel/cargo
mv Cargo.lock bazel/cargo/

About

WebAssembly for Proxies (Rust SDK)

License:Apache License 2.0


Languages

Language:Rust 86.2%Language:Starlark 13.8%