Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasme support for rust #234

Closed
invent360 opened this issue Jan 30, 2021 · 3 comments
Closed

wasme support for rust #234

invent360 opened this issue Jan 30, 2021 · 3 comments
Labels
question Further information is requested

Comments

@invent360
Copy link

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++.
Screenshot 2021-01-30 at 05 05 35

@invent360 invent360 added the question Further information is requested label Jan 30, 2021
@Sodman
Copy link
Member

Sodman commented Feb 1, 2021

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.

The AssemblyScript proxy runtime has it's own example in our docs because solo.io actively maintains that repo - https://github.com/solo-io/proxy-runtime

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

@Sodman
Copy link
Member

Sodman commented Feb 4, 2021

Closing this one out, feel free to open a new issue if you have further questions!

@Sodman Sodman closed this as completed Feb 4, 2021
@invent360
Copy link
Author

@Sodman Thanks so much for your help, really appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants