diff --git a/tools/otoroshi-wasm-manager/server/templates/rust/Cargo.toml b/tools/otoroshi-wasm-manager/server/templates/rust/Cargo.toml index 2297b2d180..08aaae9ba9 100644 --- a/tools/otoroshi-wasm-manager/server/templates/rust/Cargo.toml +++ b/tools/otoroshi-wasm-manager/server/templates/rust/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[package.metadata] +wasi = false [dependencies] extism-pdk = "0.1.1"