DLR-FT/wasm-interpreter
View on GitHubHow to design the API for resumable function calls
Open
#42 opened on Jul 17, 2024
help wanted
Repository metrics
- Stars
- (37 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.