From 913a3f50d77372b936d40a386c8c001b82e1117e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ulises=20Ni=C3=B1o=20Rivera?= Date: Wed, 10 Jul 2024 13:47:26 -0700 Subject: [PATCH] comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Ulises Niño Rivera --- envoyfilter/Cargo.toml | 2 +- envoyfilter/README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/envoyfilter/Cargo.toml b/envoyfilter/Cargo.toml index 45e45bbf..4fbe3de5 100644 --- a/envoyfilter/Cargo.toml +++ b/envoyfilter/Cargo.toml @@ -2,7 +2,7 @@ name = "intelligent-prompt-gateway" version = "0.1.0" authors = ["Katanemo Inc "] -edition = "2018" +edition = "2021" [lib] crate-type = ["cdylib"] diff --git a/envoyfilter/README.md b/envoyfilter/README.md index fa802255..022e8b1f 100644 --- a/envoyfilter/README.md +++ b/envoyfilter/README.md @@ -1,5 +1,11 @@ # Envoy filter code for gateway +## Add toolchain + +```sh +$ rustup target add wasm32-wasi +``` + ## Building ```sh