Skip to content

WASI Reactor Pattern #330

Open
Open
@bushidocodes

Description

@bushidocodes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions