DLR-FT/wasm-interpreter

How to design the API for resumable function calls

Closed

#42 opened on Jul 17, 2024

 (4 comments) (0 reactions) (0 assignees)Rust (5 forks)auto 404
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.

Contributor guide