Skip to content

WASM decider: Decision::Act support in the WASM path #467

Description

@yordis

From the WASM decider roadmap (formerly WASM_TODO.md, now retired).

The WASM decider path is events-only. The native Decider trait's Decision::Act variant is unsupported in compiled components; the scheduler (the only wasm decider bundle today) never uses Act, so nothing is blocked yet.

When a decider that needs Act moves to WASM, extend the WIT decide return type with a variant for host-driven iteration. The change is additive and does not break events-only modules.

Trigger: first decider bundle that uses Decision::Act. Do not build speculatively.

Metadata

Metadata

Assignees

No one assigned

    Labels

    rustPull requests that update rust code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions