apache / eventmesh

EventMesh is a new generation serverless event middleware for building distributed event-driven applications.
https://eventmesh.apache.org/
Apache License 2.0
1.6k stars 635 forks source link

[Feature] Integrate wasm runtime #576

Open qqeasonchen opened 2 years ago

qqeasonchen commented 2 years ago

Search before asking

Feature Request

WebAssembly Micro Runtime (WAMR) is a standalone WebAssembly (WASM) runtime with a small footprint. It includes a few parts as below:

The "iwasm" VM core, supporting WebAssembly interpreter, ahead of time compilation (AoT) and Just-in-Time compilation (JIT)

The application framework and the supporting API's for the WASM applications

The dynamic management of the WASM applications

Are you willing to submit PR?

qqeasonchen commented 2 years ago

https://github.com/WasmEdge/WasmEdge/issues/632