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
Fluvio is an open-source data streaming platform with in-line computation capabilities. It utilizes Wasm to support user-defined compute functions in the data stream. We would like to integrate WasmEdge as an alternative runtime for Fluvio.
Milestones
pretest: Quick attempt to replace wasmtime with WasmEdge in filter
Investigate fluvio's usage of wasm engine in more detail, and design a solution to support different wasm engines at the same time in a maintainable way. (2 weeks)
Investigated fluvio's smartmodule wasm ABI
Investigated fluvio's usage of wasm engine, including moving data from/to wasm memory, usage of the wasm store.
Create several WasmEdge specific examples (e.g. to call an external web service if certain conditions are met, to run a Tensorflow/Pytorch AI inference) (3 weeks)
Create docs about how to select between multiple WebAssembly runtimes. Submit PR to upstream. (1 week)
The text was updated successfully, but these errors were encountered:
This is the workspace of the LFX mentorship #2231 .
Code workspace xxchan/fluvio#1
Motivation
Fluvio is an open-source data streaming platform with in-line computation capabilities. It utilizes Wasm to support user-defined compute functions in the data stream. We would like to integrate WasmEdge as an alternative runtime for Fluvio.
Milestones
filter
The text was updated successfully, but these errors were encountered: