Skip to content

AliyunContainerService/rust-wasm-4-envoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

rust-wasm-4-envoy

rustup toolchain install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

PropagandaFilter

dev

cargo new --lib propaganda-filter
vi propaganda-filter/Cargo.toml

[lib]
crate-type = ["cdylib"]

[dependencies]
proxy-wasm = "0.1.3"
cd propaganda-filter
sh build.sh

test

docker-compose up --build
curl  -H "token":"323232" 0.0.0.0:18000

Reference

Proxy WASM SDK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published