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
This Epic involves final integration of the Hermes runtime and running a real sample application on top of it. To validate the engine architecture and ensure it operates as expected for the MVP initial state.
Todo
Features
Handle and orchestrate a pool of WASM executors that execute the packaged application’s business logic.
Load WASM modules for a packaged application.
Execute an init function provided by each WASM module.
Given an event to be delivered to a packaged application:
Get all the WASM Modules for the application that processes that event.
Schedule those modules on free WASM executors from the pool.
Clone the WASM memory state before execution.
Ensures a packaged applications configuration and context are maintained during the lifetime of a WASM Events execution.
Automated test cases running in continuous integration.
The text was updated successfully, but these errors were encountered:
stevenj
added
the
epic
A high-level feature or collection of related user stories/tasks that span multiple issues.
label
Feb 22, 2024
Summary
Finalizing the Hermes WASM execution engine (MVP)
JIRA Epic
TODO
Description
Hermes - Functionally complete
This Epic involves final integration of the Hermes runtime and running a real sample application on top of it. To validate the engine architecture and ensure it operates as expected for the MVP initial state.
Todo
Features
The text was updated successfully, but these errors were encountered: