Open
Description
Currently, we only support WASI modules with a main that expose wasmf__start
. However, WASI also has a "reactor pattern," whereby a module might export multiple functions and the runtime has to call wasmf__init
manually. This potentially allows for a nanoprocess
to be retained in memory, "kept warm," and used for several function invocations.
Metadata
Metadata
Assignees
Labels
No labels