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

[Volunteer] Add WasmPlugin #4612

Closed
yu199195 opened this issue May 5, 2023 · 1 comment · Fixed by #5412
Closed

[Volunteer] Add WasmPlugin #4612

yu199195 opened this issue May 5, 2023 · 1 comment · Fixed by #5412
Assignees
Labels

Comments

@yu199195
Copy link
Member

yu199195 commented May 5, 2023

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]

@runqi-zhao
Copy link
Contributor

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
moremind pushed a commit that referenced this issue Jan 26, 2024
* [ISSUE #4612] init shenyu-plugin-wasm-base module

* fix rat

* close once

* add LICENSE

* add LICENSE

* add LICENSE
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
* [ISSUE #4612] init shenyu-plugin-wasm-api module

* simplify dep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants