DLR-FT/wasm-interpreter
Vedi su GitHubHow to design the API for resumable function calls
Open
#42 aperta il 17 lug 2024
help wanted
Metriche repository
- Star
- (37 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
In order to satisfy the "Resumable" requirement we need to define an API that allows for a halted function call to continue.
There are several ways of achieving this, which we can discuss in the comments.