You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @invent360, the proxy-wasm rust SDK is still supported by wasme. If you run wasme init, you'll still see rust as an option.
The cpp example is meant to be a general example of creating / building / tagging a wasm filter for Envoy, using wasme. All of these instructions should basically be the same for any of the other target languages, the output filter will just look a little different depending on the language chosen.
If you're looking for examples on writing filters in other languages, you should check out the upstream docs, as they'll likely be more up to date with the latest changes to the upstream SDKs. For example, here's the rust SDK repo, which has a few filter examples in it - https://github.com/proxy-wasm/proxy-wasm-rust-sdk
Have the support for rust been halted completely ?

i went to the documentation page (https://docs.solo.io/web-assembly-hub/latest/tutorial_code/build_tutorials/) and only saw support for Assemblyscript and C++.
The text was updated successfully, but these errors were encountered: