[Istio vs Gloo Mesh] WASM portability

On Istio Service Mesh, we successfully developed a custom WASM filter by using Istio APIs: proxy-wasm-cpp-sdk/wasm_filter.md at 95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee · proxy-wasm/proxy-wasm-cpp-sdk · GitHub
Now we need to apply the same WASM filter on Gloo Mesh instance.
Generally speaking, is it possible to port WASM filters developed on Istio Service Mesh to a Gloo Mesh?