-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Volunteer] Add WasmPlugin #4612
Labels
Comments
yu199195
added
status: volunteer wanted
Extra attention is needed
glcc
level: hard
labels
May 5, 2023
Hello, I'm very interested in this idea! and I'm more than happy to contribute to ShenYu! Thank you! |
loongs-zhang
pushed a commit
to loongs-zhang/shenyu
that referenced
this issue
Jul 10, 2023
loongs-zhang
added a commit
to loongs-zhang/shenyu
that referenced
this issue
Jan 20, 2024
3 tasks
moremind
pushed a commit
that referenced
this issue
Jan 26, 2024
loongs-zhang
added a commit
to loongs-zhang/shenyu
that referenced
this issue
Jan 27, 2024
loongs-zhang
added a commit
that referenced
this issue
Jan 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Volunteer help
Background
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance. Currently, ShenYu has good scalability in the Java language. However, ShenYu's support for multiple languages is still relatively weak.
The wasm bytecode is designed to be encoded in a size- and load-time-efficient binary format. WebAssembly aims to execute at native speed by taking advantage of common hardware capabilities available on a wide range of platforms.
The goal of WasmPlugin is to be able to run wasm bytecode(wasmer-java is a good choice, if you find a better choice, please discuss with me), and other languages can write ShenYu plugins based on this language(such as Rust/golang/C++) as long as they can be compiled into wasm bytecode.
More documents on wasm and WASI are as follows:
https://github.com/WebAssembly/design
https://github.com/WebAssembly/WASI
Relevant Skills
Know the use of Apache ShenYu, especially the plugin
Familiar with Java and another language which can be compiled into wasm bytecode
Task List
1.develop shenyu-wasm-plugin.
2.write integrated test for shenyu-wasm-plugin.
3.write wasm plugin documentation in shenyu-website.
Links:
website: https://shenyu.apache.org/
Difficulty: Major
Potential mentors:
ZiCheng Zhang, mail: [email protected]
Project Devs, mail: [email protected]
The text was updated successfully, but these errors were encountered: