Envoy filter unit test
Hey,
This is not a bug but rather a question, is there any example for unit test for wasm filter in Rust, as I didnt find any...
Thanks
I've been looking into this too.
Just starting to poke around but my current understanding is since there is no x86_64 bindings for proxy-wasm:: hostcalls functions any build would fail if it's not targeting wasm32 (See #127)
It should be possible to create a mock interface for the hostcalls, but haven't researched how to approach this yet, but any pointer from the maintainers would be helpful 👍
A mock interface or test bed was created with https://github.com/proxy-wasm/test-framework unsure how up to date it is with the current ABI though.