proxy-wasm-experimental

Crates.ioproxy-wasm-experimental
lib.rsproxy-wasm-experimental
version0.0.8
sourcesrc
created_at2020-07-06 20:48:57.245031
updated_at2021-03-02 23:54:28.554575
descriptionWebAssembly for Proxies
homepage
repositoryhttps://github.com/yskopets/proxy-wasm-rust-sdk
max_upload_size
id262088
size229,803
Yaroslav Skopets (yskopets)

documentation

README

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 Bazel BUILD files to match updated Cargo.toml:

cargo install cargo-raze --version 0.7.0
rm -rf bazel/cargo/
cargo generate-lockfile
cargo raze --output=bazel/cargo
mv Cargo.lock bazel/cargo/
Commit count: 89

cargo fmt