RUST example for ATS Wasm Plugin
To set up a rust environment
curl https://sh.rustup.rs -sSf | shrustup toolchain install nightlyrustup target add wasm32-unknown-unknownTo compile myfilter.wasm
cargo build --target=wasm32-unknown-unknown --releaseCopy the yaml in this directory and the generated myfilter.wasm to /usr/local/var/wasm/ and activate the plugin in plugin.config
wasm.so /usr/local/var/wasm/myfilter.yaml