virto-network / valor

Create HTTP APIs with a plugin system that runs in the server and the browser.
GNU General Public License v3.0
9 stars 8 forks source link

Valor Core #55

Open pandres95 opened 1 year ago

pandres95 commented 1 year ago

This PR aims to include a set of base structures that withhold the management of valor modules (a.k.a. vlugins).

These libraries, when implemented on other binaries/libraries built as WASI/WASM modules and executed under a valor-runtime enabled host process. should serve as a connecting point for all parties to speak with common interfaces. regardless of the transport layer used between the host processes and the valor modules.